Base:
method
GetHashCode
System.ValueType.GetHashCode()
2 references to GetHashCode
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\Pointer.cs (1)
53public override int GetHashCode() => ((nuint)_ptr).GetHashCode();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CULong.cs (1)
71public override int GetHashCode() => _value.GetHashCode();