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