1 instantiation of LexerCache
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
117
_cache = new
LexerCache
();
2 references to LexerCache
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
82
private readonly
LexerCache
_cache;
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\LexicalTests.cs (1)
3332
Assert.Equal(
LexerCache
.MaxKeywordLength, max);