dotnet/roslyn

Reuse MethodDebugInfo across EvaluationContexts

Open

#1 145 ouverte le 9 mars 2015

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C# (4 257 forks)batch import
Area-InteractiveBugFeature RequestInteractive-Debugginghelp wanted

Métriques du dépôt

Stars
 (20 414 stars)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

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.

Guide contributeur