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