Base:
method
GetHashCode
System.ValueType.GetHashCode()
13 references to GetHashCode
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (12)
1764
hash = ((hash << 13) - (hash >> 19)) ^ Value[i].
GetHashCode
();
1828
hash = ((hash << 13) - (hash >> 19)) ^ Value.
GetHashCode
();
2641
hash = ((hash << 13) - (hash >> 19)) ^ Number.
GetHashCode
();
3573
hash = ((hash << 13) - (hash >> 19)) ^ Sequence.
GetHashCode
();
4191
hash = ((hash << 13) - (hash >> 19)) ^ MajorVersion.
GetHashCode
();
4192
hash = ((hash << 13) - (hash >> 19)) ^ MinorVersion.
GetHashCode
();
4193
hash = ((hash << 13) - (hash >> 19)) ^ BuildNumber.
GetHashCode
();
4194
hash = ((hash << 13) - (hash >> 19)) ^ RevisionNumber.
GetHashCode
();
4308
hash = ((hash << 13) - (hash >> 19)) ^ MajorVersion.
GetHashCode
();
4309
hash = ((hash << 13) - (hash >> 19)) ^ MinorVersion.
GetHashCode
();
4310
hash = ((hash << 13) - (hash >> 19)) ^ BuildNumber.
GetHashCode
();
4311
hash = ((hash << 13) - (hash >> 19)) ^ RevisionNumber.
GetHashCode
();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1263
CorElementType.ELEMENT_TYPE_U2 => Unsafe.As<byte, ushort>(ref data).
GetHashCode
(),