Base:
2 references to GetHashCode
ILCompiler.MetadataTransform (2)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (2)
2983
hash = ((hash << 13) - (hash >> 19)) ^ (Method == null ? 0 : Method.
GetHashCode
());
4035
hash = ((hash << 13) - (hash >> 19)) ^ (Method == null ? 0 : Method.
GetHashCode
());