2 references to CurrentLambdaBody
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (2)
273
if (rewriter.
CurrentLambdaBody
== original)
284
var isLambdaBody = rewriter.
CurrentLambdaBody
== original;