1 write to _tokensIncludingZeroWidth
Microsoft.CodeAnalysis.Workspaces (1)
TokenStream.Iterator.cs (1)
38_tokensIncludingZeroWidth = tokensIncludingZeroWidth;
3 references to _tokensIncludingZeroWidth
Microsoft.CodeAnalysis.Workspaces (3)
TokenStream.Iterator.cs (3)
39_maxCount = _tokensIncludingZeroWidth.Count - 1; 53_current = (_index, _tokensIncludingZeroWidth[_index], _tokensIncludingZeroWidth[_index + 1]);