1 write to _maxWrittenLexedTokenIndex
Microsoft.CodeAnalysis.CSharp (1)
Parser\SyntaxParser.cs (1)
390
_maxWrittenLexedTokenIndex
= _tokenCount;
2 references to _maxWrittenLexedTokenIndex
Microsoft.CodeAnalysis.CSharp (2)
Parser\SyntaxParser.cs (2)
388
if (_tokenCount >
_maxWrittenLexedTokenIndex
)
460
Array.Clear(lexedTokens, 0,
_maxWrittenLexedTokenIndex
+ 1);