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)
377
TypeDesc instantiatedType =
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
396
sb.Append(nameMangler.GetMangledTypeName(
_type
));
399
public TypeDesc Type =>
_type
;
400
public override string ToString() => $"UnwrapNullable: {
_type
}";
404
return factory.NativeLayout.UnwrapNullableTypeDictionarySlot(
_type
);
409
return comparer.Compare(
_type
, ((UnwrapNullableTypeHandleGenericLookupResult)other).
_type
);
414
return
_type
.GetHashCode();
419
return ((UnwrapNullableTypeHandleGenericLookupResult)obj).
_type
==
_type
;