3 writes to _current
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxTokenList.Enumerator.cs (3)
57
_current
= null;
71
_current
= null;
85
_current
= GetGreenNodeAt(_singleNodeOrList, _index);
5 references to _current
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SyntaxTokenList.Enumerator.cs (5)
79
if (
_current
!= null)
81
_position +=
_current
.Width;
86
Debug.Assert(
_current
!= null);
98
if (
_current
== null)
106
return new SyntaxToken(_parent,
_current
, _position, _baseIndex + _index);