1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
896_type = (MetadataType)type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
901var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 913sb.Append(nameMangler.GetMangledTypeName(_type)); 916public MetadataType Type => _type; 917public override string ToString() => $"GCStaticBase: {_type}"; 921return factory.NativeLayout.GcStaticDictionarySlot(_type); 926return comparer.Compare(_type, ((TypeGCStaticBaseGenericLookupResult)other)._type); 931return _type.GetHashCode(); 936return ((TypeGCStaticBaseGenericLookupResult)obj)._type == _type;