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