1 write to NewBody
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
971
NewBody
= newLambdaBody;
2 references to NewBody
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1223
newBody = matchingLambdaInfo.
NewBody
;
5616
var newLambdaBody = newLambdaInfo.
NewBody
;