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