3 writes to _current
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTokenList.Enumerator.cs (3)
68
_current
= null;
82
_current
= null;
96
_current
= GetGreenNodeAt(_singleNodeOrList, _index);
5 references to _current
Microsoft.CodeAnalysis (5)
Syntax\SyntaxTokenList.Enumerator.cs (5)
90
if (
_current
!= null)
92
_position +=
_current
.FullWidth;
97
Debug.Assert(
_current
is object);
108
if (
_current
== null)
116
return new SyntaxToken(_parent,
_current
, _position, _baseIndex + _index);