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