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();
112
var value =
_tokenMap
.FindItem(textBuffer, keyStart, keyLength, hashCode);
120
_tokenMap
.AddItem(textBuffer, keyStart, keyLength, hashCode, value);