4 references to GetHashCode
Test.Utilities (4)
SmallDictionary.cs (4)
74
_root = Remove(_root,
GetHashCode
(key));
183
return TryGetValue(
GetHashCode
(key), key, out value!);
192
Insert(
GetHashCode
(key), key, value, add: true);
208
set => this.Insert(
GetHashCode
(key), key, value, add: false);