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