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