3 references to GetHashCode
Metrics (3)
src\Compilers\Core\Portable\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);