Base:
property
Instantiation
System.Reflection.TypeLoading.RoInstantiationProviderType.Instantiation
3 references to Instantiation
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
110TypeContext typeContext = Instantiation.ToTypeContext();
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (2)
83internal sealed override RoType? ComputeBaseTypeWithoutDesktopQuirk() => SpecializeBaseType(Instantiation); 86internal sealed override IEnumerable<RoType> ComputeDirectlyImplementedInterfaces() => SpecializeInterfaces(Instantiation);