1 write to _tokensIncludingZeroWidth
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenStream.Iterator.cs (1)
28_tokensIncludingZeroWidth = tokensIncludingZeroWidth;
3 references to _tokensIncludingZeroWidth
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenStream.Iterator.cs (3)
29_maxCount = _tokensIncludingZeroWidth.Count - 1; 39_current = (_index, _tokensIncludingZeroWidth[_index], _tokensIncludingZeroWidth[_index + 1]);