1 write to _tokenMap
Microsoft.CodeAnalysis.CSharp (1)
Parser\LexerCache.cs (1)
41_tokenMap = TextKeyedCache<SyntaxToken>.GetInstance();
3 references to _tokenMap
Microsoft.CodeAnalysis.CSharp (3)
Parser\LexerCache.cs (3)
49_tokenMap.Free(); 112var value = _tokenMap.FindItem(textBuffer, keyStart, keyLength, hashCode); 120_tokenMap.AddItem(textBuffer, keyStart, keyLength, hashCode, value);