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