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