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