1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
197_type = type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
203TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 217sb.Append(nameMangler.GetMangledTypeName(_type)); 220public TypeDesc Type => _type; 221public override string ToString() => $"TypeHandle: {_type}"; 225return factory.NativeLayout.TypeHandleDictionarySlot(_type); 230return comparer.Compare(_type, ((TypeHandleGenericLookupResult)other)._type); 235return _type.GetHashCode(); 240return ((TypeHandleGenericLookupResult)obj)._type == _type;