2 overrides of SpecializeInterfaces
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
60internal sealed override IEnumerable<RoType> SpecializeInterfaces(RoType[] instantiation)
System\Reflection\TypeLoading\Types\RoExceptionType.cs (1)
42internal sealed override IEnumerable<RoType> SpecializeInterfaces(RoType[] instantiation) => throw null!;
2 references to SpecializeInterfaces
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
107internal sealed override IEnumerable<RoType> ComputeDirectlyImplementedInterfaces() => _genericTypeDefinition.SpecializeInterfaces(Instantiation);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
86internal sealed override IEnumerable<RoType> ComputeDirectlyImplementedInterfaces() => SpecializeInterfaces(Instantiation);