Base:
3 references to GetHashCode
ILCompiler.MetadataTransform (3)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
2300hash = ((hash << 13) - (hash >> 19)) ^ (CustomAttributes[i] == null ? 0 : CustomAttributes[i].GetHashCode()); 2392hash = ((hash << 13) - (hash >> 19)) ^ (CustomAttributes[i] == null ? 0 : CustomAttributes[i].GetHashCode()); 3769hash = ((hash << 13) - (hash >> 19)) ^ (CustomAttributes[i] == null ? 0 : CustomAttributes[i].GetHashCode());