4 references to CurrentLambdaBody
Microsoft.CodeAnalysis.CSharp (4)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (2)
278if (rewriter.CurrentLambdaBody == original) 289var isLambdaBody = rewriter.CurrentLambdaBody == original;
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
72var isLambdaBody = rewriter.CurrentLambdaBody == original;
Lowering\Instrumentation\StackOverflowProbingInstrumenter.cs (1)
62var isLambdaBody = rewriter.CurrentLambdaBody == original;