5 references to CurrentMethodBody
Microsoft.CodeAnalysis.CSharp (5)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
242
if (original != rewriter.
CurrentMethodBody
)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
205
else if (original == rewriter.
CurrentMethodBody
)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
288
var isMethodBody = rewriter.
CurrentMethodBody
== original;
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
71
var isMethodBody = rewriter.
CurrentMethodBody
== original;
Lowering\Instrumentation\StackOverflowProbingInstrumenter.cs (1)
61
var isMethodBody = rewriter.
CurrentMethodBody
== original;