Base:
property
Instantiation
System.Reflection.TypeLoading.RoInstantiationProviderType.Instantiation
2 references to Instantiation
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (2)
106
internal sealed override RoType? ComputeBaseTypeWithoutDesktopQuirk() => _genericTypeDefinition.SpecializeBaseType(
Instantiation
);
107
internal sealed override IEnumerable<RoType> ComputeDirectlyImplementedInterfaces() => _genericTypeDefinition.SpecializeInterfaces(
Instantiation
);