1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
314_type = type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
319TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 333sb.Append(nameMangler.GetMangledTypeName(_type)); 336public TypeDesc Type => _type; 337public override string ToString() => $"MetadataTypeHandle: {_type}"; 341return factory.NativeLayout.TypeHandleDictionarySlot(_type); 346return comparer.Compare(_type, ((MetadataTypeHandleGenericLookupResult)other)._type); 351return _type.GetHashCode(); 356return ((MetadataTypeHandleGenericLookupResult)obj)._type == _type;