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