Base:
7 references to GetHashCode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
264
hashcode ^= node.
GetHashCode
();
ILCompiler.DependencyAnalysisFramework (4)
DependencyNodeCore.cs (2)
85
hash = hash * 31 + Node.
GetHashCode
();
88
hash = hash * 31 + OtherReasonNode.
GetHashCode
();
FullGraphLogStrategy.cs (2)
49
int reason1HashCode = Reason1 != null ? Reason1.
GetHashCode
() : 0;
50
int reason2HashCode = Reason2 != null ? Reason2.
GetHashCode
() : 0;
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
828
ContainingImportSection.
GetHashCode
(),
863
return Import.
GetHashCode
();