1 write to _singleNodeOrList
Microsoft.CodeAnalysis (1)
Syntax\SyntaxTokenList.Enumerator.cs (1)
63
_singleNodeOrList
= list.Node;
2 references to _singleNodeOrList
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTokenList.Enumerator.cs (2)
95
Debug.Assert(
_singleNodeOrList
is object);
96
_current = GetGreenNodeAt(
_singleNodeOrList
, _index);