4 overrides of TypeRefDefOrSpecsForDirectlyImplementedInterfaces
System.Private.CoreLib (4)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
293
internal sealed override QTypeDefRefOrSpec[]
TypeRefDefOrSpecsForDirectlyImplementedInterfaces
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (1)
257
internal sealed override QTypeDefRefOrSpec[]
TypeRefDefOrSpecsForDirectlyImplementedInterfaces
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
252
internal sealed override QTypeDefRefOrSpec[]
TypeRefDefOrSpecsForDirectlyImplementedInterfaces
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
151
internal sealed override QTypeDefRefOrSpec[]
TypeRefDefOrSpecsForDirectlyImplementedInterfaces
3 references to TypeRefDefOrSpecsForDirectlyImplementedInterfaces
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (1)
264
return TypeDefInfoProjectionForArrays.
TypeRefDefOrSpecsForDirectlyImplementedInterfaces
;
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
256
return this.GenericTypeDefinitionTypeInfo.
TypeRefDefOrSpecsForDirectlyImplementedInterfaces
;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
272
foreach (QTypeDefRefOrSpec directlyImplementedInterface in this.
TypeRefDefOrSpecsForDirectlyImplementedInterfaces
)