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)
95Debug.Assert(_singleNodeOrList is object); 96_current = GetGreenNodeAt(_singleNodeOrList, _index);