1 write to _singleNodeOrList
Microsoft.CodeAnalysis (1)
Syntax\SyntaxTokenList.Reversed.cs (1)
88_singleNodeOrList = list.Node;
2 references to _singleNodeOrList
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTokenList.Reversed.cs (2)
110Debug.Assert(_singleNodeOrList is object); 111_current = GetGreenNodeAt(_singleNodeOrList, _index);