dotnet/roslyn

Reuse MethodDebugInfo across EvaluationContexts

Open

#1,145 创建于 2015年3月9日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Area-InteractiveBugFeature RequestInteractive-Debugginghelp wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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.

贡献者指南