Base:
method
GetHashCode
System.ValueType.GetHashCode()
5 references to GetHashCode
mscorlib (2)
system\collections\generic\equalitycomparer.cs (1)
449return ((short)x_final).GetHashCode();
system\enum.cs (1)
767return (*(short*)pValue).GetHashCode();
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
566return IsNull ? 0 : Value.GetHashCode();
System.Drawing (2)
commonui\System\Drawing\Color.cs (2)
1845state.GetHashCode() ^ 1846knownColor.GetHashCode());