Base:
2 references to GetHashCode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (2)
268
protected override int GetKeyHashCode(GenericLookupResult key) => key.
GetHashCode
();
269
protected override int GetValueHashCode(GenericLookupResult value) => value.
GetHashCode
();