3 writes to _currentNode
Microsoft.CodeAnalysis.VisualBasic (3)
Scanner\Blender.vb (3)
196
_currentNode
= _baseTreeRoot.VbGreen
244
_currentNode
= DirectCast(node, VisualBasicSyntaxNode)
257
_currentNode
= Nothing
18 references to _currentNode
Microsoft.CodeAnalysis.VisualBasic (18)
Scanner\Blender.vb (18)
202
If
_currentNode
Is Nothing Then
267
If
_currentNode
Is Nothing Then
271
If
_currentNode
.SlotCount = 0 Then
272
If Not
_currentNode
.ContainsStructuredTrivia Then
278
PushReverseTerminal(_nodeStack, DirectCast(
_currentNode
, SyntaxToken))
280
If Not ShouldCrumble(
_currentNode
) Then
284
PushReverseNonterminal(_nodeStack,
_currentNode
)
334
Debug.Assert(
_currentNode
IsNot Nothing)
358
If _curNodeStart = mappedPosition AndAlso CanReuseNode(
_currentNode
) Then
372
Debug.Assert(
_currentNode
.FullWidth > 0, "reusing zero-length nodes?")
373
Return
_currentNode
381
If
_currentNode
Is Nothing Then
465
If
_currentNode
.IsMissing Then
493
If
_currentNode
Is Nothing Then
497
Debug.Assert(CanReuseNode(
_currentNode
), "this node could not have been used.")
514
If
_currentNode
.ContainsDirectives Then
530
If
_currentNode
Is Nothing Then
534
Debug.Assert(CanReuseNode(
_currentNode
), "this node could not have been used.")