1 write to _newNode
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
2143_newNode = newNode
9 references to _newNode
Microsoft.CodeAnalysis.VisualBasic.Features (9)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (9)
2150ReportError(kind, {GetDisplayName(If(_newNode, _oldNode), EditKind.Update)}) 2154_diagnostics.Add(New RudeEditDiagnostic(kind, GetSpan(), If(_newNode, _oldNode), args)) 2166If _newNode Is Nothing Then 2169Return GetDiagnosticSpan(_newNode, _kind) 2180ClassifyUpdate(_newNode) 2184ClassifyMove(_newNode) 2188ClassifyInsert(_newNode) 2192ClassifyReorder(_oldNode, _newNode) 2385ReportError(RudeEditKind.ComplexQueryExpression, node, Me._newNode)