3 references to CurrentMethodBody
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
242
if (original != rewriter.
CurrentMethodBody
)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
164
else if (original == rewriter.
CurrentMethodBody
)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
283
var isMethodBody = rewriter.
CurrentMethodBody
== original;