3 references to GetHashCode
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
75
return TryGetValue(
GetHashCode
(key), key, out value!);
84
Insert(
GetHashCode
(key), key, value, add: true);
102
this.Insert(
GetHashCode
(key), key, value, add: false);