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