Base:
1 override of UnderlyingSystemType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
111
public override Type
UnderlyingSystemType
=> _unmodifiedType;
3 references to UnderlyingSystemType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
60
constraint = (RoType)constraint.
UnderlyingSystemType
;
System\Reflection\TypeLoading\Types\RoConstructedGenericType.Key.cs (1)
58
argType.
UnderlyingSystemType
.GetHashCode() :
System\Reflection\TypeLoading\Types\RoPointerType.cs (1)
15
: base((RoType)elementType.
UnderlyingSystemType
)