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