Base:
method
GetHashCode
System.ValueType.GetHashCode()
3 references to GetHashCode
mscorlib (1)
system\enum.cs (1)
775return (*(uint*)pValue).GetHashCode();
PresentationFramework (1)
src\Framework\System\Windows\Standard\ErrorCodes.cs (1)
404return _value.GetHashCode();
WindowsBase (1)
Base\MS\Internal\Interop\ErrorCodes.cs (1)
353return _value.GetHashCode();