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