Base:
method
GetHashCode
System.ValueType.GetHashCode()
2 references to GetHashCode
mscorlib (2)
system\collections\generic\equalitycomparer.cs (1)
434return ((sbyte)x_final).GetHashCode();
system\enum.cs (1)
761return (*(sbyte*)pValue).GetHashCode();