Base:
1 reference to GetHashCode
ILCompiler.MetadataTransform (1)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3966
hash = ((hash << 13) - (hash >> 19)) ^ (Field == null ? 0 : Field.
GetHashCode
());