2 writes to _curNodeStart
Microsoft.CodeAnalysis.VisualBasic (2)
Scanner\Blender.vb (2)
197
_curNodeStart
= 0
245
_curNodeStart
= _curNodeStart + _curNodeLength
5 references to _curNodeStart
Microsoft.CodeAnalysis.VisualBasic (5)
Scanner\Blender.vb (5)
245
_curNodeStart =
_curNodeStart
+ _curNodeLength
344
If
_curNodeStart
> mappedPosition Then
350
If (
_curNodeStart
+ _curNodeLength) <= mappedPosition Then
358
If
_curNodeStart
= mappedPosition AndAlso CanReuseNode(_currentNode) Then
435
Dim _curNodeSpan = New TextSpan(
_curNodeStart
, _curNodeLength)