Base:
3 references to GetHashCode
ILCompiler.MetadataTransform (3)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
3967
hash = ((hash << 13) - (hash >> 19)) ^ (EnclosingType == null ? 0 : EnclosingType.
GetHashCode
());
4036
hash = ((hash << 13) - (hash >> 19)) ^ (EnclosingType == null ? 0 : EnclosingType.
GetHashCode
());
4409
hash = ((hash << 13) - (hash >> 19)) ^ (EnclosingType == null ? 0 : EnclosingType.
GetHashCode
());