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