4 references to GetHashCode
Roslyn.Diagnostics.Analyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (4)
76_root = Remove(_root, GetHashCode(key)); 185return TryGetValue(GetHashCode(key), key, out value!); 194Insert(GetHashCode(key), key, value, add: true); 210set => this.Insert(GetHashCode(key), key, value, add: false);