1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
898_type = (MetadataType)type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
903var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 915sb.Append(nameMangler.GetMangledTypeName(_type)); 918public MetadataType Type => _type; 919public override string ToString() => $"GCStaticBase: {_type}"; 923return factory.NativeLayout.GcStaticDictionarySlot(_type); 928return comparer.Compare(_type, ((TypeGCStaticBaseGenericLookupResult)other)._type); 933return _type.GetHashCode(); 938return ((TypeGCStaticBaseGenericLookupResult)obj)._type == _type;