4 references to GetHashCode
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (4)
77_root = Remove(_root, GetHashCode(key)); 186return TryGetValue(GetHashCode(key), key, out value!); 195Insert(GetHashCode(key), key, value, add: true); 211set => this.Insert(GetHashCode(key), key, value, add: false);