1 write to _maxCount
Microsoft.CodeAnalysis.CodeStyle (1)
TokenStream.Iterator.cs (1)
39
_maxCount
= _tokensIncludingZeroWidth.Count - 1;
3 references to _maxCount
Microsoft.CodeAnalysis.CodeStyle (3)
TokenStream.Iterator.cs (3)
51
if (_index <
_maxCount
)
63
_index =
_maxCount
+ 1;
74
if (_index == 0 || _index ==
_maxCount
+ 1)