1 write to _tokensIncludingZeroWidth
Microsoft.CodeAnalysis.Workspaces (1)
TokenStream.Iterator.cs (1)
20
=>
_tokensIncludingZeroWidth
= tokensIncludingZeroWidth;
1 reference to _tokensIncludingZeroWidth
Microsoft.CodeAnalysis.Workspaces (1)
TokenStream.Iterator.cs (1)
23
=> new Enumerator(
_tokensIncludingZeroWidth
);