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