Base:
2 references to GetHashCode
ILCompiler.MetadataTransform (2)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (2)
2296hash = ((hash << 13) - (hash >> 19)) ^ (MethodSemantics[i] == null ? 0 : MethodSemantics[i].GetHashCode()); 3764hash = ((hash << 13) - (hash >> 19)) ^ (MethodSemantics[i] == null ? 0 : MethodSemantics[i].GetHashCode());