1 write to EnclosingLambdaBody
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
909
EnclosingLambdaBody
= enclosingLambdaBody;
2 references to EnclosingLambdaBody
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1045
var bodyMatch = ComputeBodyMatch(oldBody, newBody, activeNodes.Where(n => n.
EnclosingLambdaBody
== null).ToArray(), diagnostics, out var oldHasStateMachineSuspensionPoint, out var newHasStateMachineSuspensionPoint);
1109
var oldEnclosingLambdaBody = activeNode.
EnclosingLambdaBody
;