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