3 references to AddItem
Microsoft.CodeAnalysis (1)
InternalUtilities\TextKeyedCache.cs (1)
184=> AddItem(chars.AsSpan(start, len), hashCode, item);
Microsoft.CodeAnalysis.CSharp (2)
Parser\LexerCache.cs (2)
200TriviaMap.AddItem(lexemeTextSpan, hashCode, value); 245TokenMap.AddItem(textBuffer, hashCode, value);