1 write to _newNode
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2268_newNode = newNode;
9 references to _newNode
Microsoft.CodeAnalysis.CSharp.Features (9)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (9)
2277var node = displayNode ?? _newNode ?? _oldNode; 2290if (_newNode == null) 2295return GetDiagnosticSpan(_newNode, _kind); 2307ClassifyUpdate(_newNode!); 2311ClassifyMove(_newNode!); 2315ClassifyInsert(_newNode!); 2319ClassifyReorder(_newNode!); 2339if (_newNode.IsKind(SyntaxKind.LocalFunctionStatement)) 2447ReportError(RudeEditKind.StackAllocUpdate, node, _newNode);