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