4 references to
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (1)
21
public RoModifiedFunctionPointerType(RoFunctionPointerType functionPointerType) :
base
(functionPointerType)
System\Reflection\TypeLoading\Types\RoModifiedGenericType.cs (1)
16
public RoModifiedGenericType(RoConstructedGenericType genericType) :
base
(genericType)
System\Reflection\TypeLoading\Types\RoModifiedHasElementType.cs (1)
16
public RoModifiedHasElementType(RoType unmodifiedType) :
base
(unmodifiedType)
System\Reflection\TypeLoading\Types\RoModifiedStandaloneType.cs (1)
13
public RoModifiedStandaloneType(RoType delegatingType) :
base
(delegatingType) { }