7 references to GetHashCode
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
598(TypeArgument != null ? 31 * RuntimeDeterminedTypeHelper.GetHashCode(TypeArgument) : 0) +
Compiler\RuntimeDeterminedTypeHelper.cs (6)
165hashcode = unchecked(hashcode * 73 + GetHashCode(instantiation[typeArgIndex])); 191return unchecked(GetHashCode(method.OwningType) + 97 * ( 201return unchecked(GetHashCode(method.Method) + 31 * GetHashCode(method.OwningType) + 97 * GetHashCode(method.ConstrainedType)); 210return unchecked(GetHashCode(field.OwningType) + 97 * GetHashCode(field.FieldType) + 31 * field.GetName().GetHashCode());