4 writes to _index
Microsoft.CodeAnalysis.Workspaces (4)
TokenStream.Iterator.cs (4)
41
_index
= 0;
54
_index
++;
63
_index
= _maxCount + 1;
85
_index
= 0;
6 references to _index
Microsoft.CodeAnalysis.Workspaces (6)
TokenStream.Iterator.cs (6)
51
if (
_index
< _maxCount)
53
_current = (
_index
, _tokensIncludingZeroWidth[
_index
], _tokensIncludingZeroWidth[
_index
+ 1]);
74
if (
_index
== 0 ||
_index
== _maxCount + 1)