3 writes to _index
Microsoft.CodeAnalysis (3)
Syntax\SeparatedSyntaxList.Enumerator.cs (3)
26_index = -1; 34_index = newIndex; 51_index = -1;
2 references to _index
Microsoft.CodeAnalysis (2)
Syntax\SeparatedSyntaxList.Enumerator.cs (2)
31int newIndex = _index + 1; 45return _list[_index];