1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
783_type = (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
788var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 801sb.Append(nameMangler.GetMangledTypeName(_type)); 804public override string ToString() => $"NonGCStaticBase: {_type}"; 808return factory.NativeLayout.NonGcStaticDictionarySlot(_type); 813return comparer.Compare(_type, ((TypeNonGCStaticBaseGenericLookupResult)other)._type); 818return _type.GetHashCode(); 823return ((TypeNonGCStaticBaseGenericLookupResult)obj)._type == _type;