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)
2150
ReportError(kind, {GetDisplayName(If(
_newNode
, _oldNode), EditKind.Update)})
2154
_diagnostics.Add(New RudeEditDiagnostic(kind, GetSpan(), If(
_newNode
, _oldNode), args))
2166
If
_newNode
Is Nothing Then
2169
Return GetDiagnosticSpan(
_newNode
, _kind)
2180
ClassifyUpdate(
_newNode
)
2184
ClassifyMove(
_newNode
)
2188
ClassifyInsert(
_newNode
)
2192
ClassifyReorder(_oldNode,
_newNode
)
2385
ReportError(RudeEditKind.ComplexQueryExpression, node, Me.
_newNode
)