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)
388if (_tokenCount > _maxWrittenLexedTokenIndex) 460Array.Clear(lexedTokens, 0, _maxWrittenLexedTokenIndex + 1);