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