1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
372_type = type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
377TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 396sb.Append(nameMangler.GetMangledTypeName(_type)); 399public TypeDesc Type => _type; 400public override string ToString() => $"UnwrapNullable: {_type}"; 404return factory.NativeLayout.UnwrapNullableTypeDictionarySlot(_type); 409return comparer.Compare(_type, ((UnwrapNullableTypeHandleGenericLookupResult)other)._type); 414return _type.GetHashCode(); 419return ((UnwrapNullableTypeHandleGenericLookupResult)obj)._type == _type;