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)
82private readonly LexerCache _cache;
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\LexicalTests.cs (1)
3332Assert.Equal(LexerCache.MaxKeywordLength, max);