1 write to NewBody
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
935
NewBody
= newLambdaBody;
4 references to NewBody
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
1129
var newEnclosingLambdaBody = oldLambdaInfo.
NewBody
;
5137
if (newLambdaInfo.Match == null || newLambdaInfo.
NewBody
== null)
5142
ReportLambdaSignatureRudeEdits(diagnostics, oldModel, oldLambdaBody, newModel, newLambdaInfo.
NewBody
, capabilities, out var hasErrors, cancellationToken);
5244
var newLambdaBody = newLambdaInfo.
NewBody
;