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