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