dotnet/roslyn

Reuse MethodDebugInfo across EvaluationContexts

Open

#1.145 aberto em 9 de mar. de 2015

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C# (4.257 forks)batch import
Area-InteractiveBugFeature RequestInteractive-Debugginghelp wanted

Métricas do repositório

Stars
 (20.414 stars)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)

Description

We can only reuse the whole context if we are in the same scope, but we can reuse the MethodDebugInfo anywhere within the same version of the same method.

Guia do colaborador