2 references to Insert
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
84Insert(GetHashCode(key), key, value, add: true); 102this.Insert(GetHashCode(key), key, value, add: false);