4 references to HashUtils
illink (4)
Linker.Dataflow\InterproceduralState.cs (1)
35
public override int GetHashCode() =>
HashUtils
.Combine(MethodBodies.GetHashCode(), HoistedLocals.GetHashCode());
Linker.Dataflow\ValueNode.cs (1)
67
public override int GetHashCode() =>
HashUtils
.Combine(Value.GetHashCode(), BasicBlockIndex);
src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
99
return
HashUtils
.Combine(
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
41
hashCode =
HashUtils
.Combine(hashCode, item);