Base:
method
GetHashCode
System.ValueType.GetHashCode()
16 references to GetHashCode
System.Runtime.Serialization (12)
System\Runtime\Serialization\CodeGenerator.cs (12)
390
EmitSourceInstruction(branchInstruction + " " + forState.EndLabel.
GetHashCode
());
508
EmitSourceInstruction("Branch if " + GetCmpInverse(cmpOp).ToString() + " to " + ifState.ElseBegin.
GetHashCode
().ToString(NumberFormatInfo.InvariantInfo));
541
EmitSourceInstruction("Branch if " + GetCmpInverse(cmpOp).ToString() + " to " + ifState.ElseBegin.
GetHashCode
().ToString(NumberFormatInfo.InvariantInfo));
1017
EmitSourceInstruction("Bgt " + label.
GetHashCode
());
1024
EmitSourceInstruction("Ble " + label.
GetHashCode
());
1495
EmitSourceLabel(label.
GetHashCode
() + ":");
1542
EmitSourceInstruction("Br " + label.
GetHashCode
());
1549
EmitSourceInstruction("Blt " + label.
GetHashCode
());
1556
EmitSourceInstruction("Brfalse " + label.
GetHashCode
());
1563
EmitSourceInstruction("Brtrue " + label.
GetHashCode
());
1843
EmitSourceInstruction(" " + l.
GetHashCode
());
1919
EmitSourceInstruction("Branch if " + GetCmpInverse(Cmp.EqualTo).ToString() + " to " + ifState.ElseBegin.
GetHashCode
().ToString(NumberFormatInfo.InvariantInfo));
System.ServiceModel (4)
System\ServiceModel\Dispatcher\CodeGenerator.cs (4)
761
EmitSourceLabel(label.
GetHashCode
() + ":");
774
EmitSourceInstruction("Br " + label.
GetHashCode
());
781
EmitSourceInstruction("Brfalse " + label.
GetHashCode
());
788
EmitSourceInstruction("Brtrue " + label.
GetHashCode
());