1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
785_type = (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
790var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 803sb.Append(nameMangler.GetMangledTypeName(_type)); 806public override string ToString() => $"NonGCStaticBase: {_type}"; 810return factory.NativeLayout.NonGcStaticDictionarySlot(_type); 815return comparer.Compare(_type, ((TypeNonGCStaticBaseGenericLookupResult)other)._type); 820return _type.GetHashCode(); 825return ((TypeNonGCStaticBaseGenericLookupResult)obj)._type == _type;