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