1 write to NewBody
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1090
NewBody
= newLambdaBody;
2 references to NewBody
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1342
newBody = matchingLambdaInfo.
NewBody
;
5735
var newLambdaBody = newLambdaInfo.
NewBody
;