1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
256_type = type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
261TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 275sb.Append(nameMangler.GetMangledTypeName(_type)); 278public TypeDesc Type => _type; 279public override string ToString() => $"NecessaryTypeHandle: {_type}"; 283return factory.NativeLayout.TypeHandleDictionarySlot(_type); 288return comparer.Compare(_type, ((NecessaryTypeHandleGenericLookupResult)other)._type); 293return _type.GetHashCode(); 298return ((NecessaryTypeHandleGenericLookupResult)obj)._type == _type;