Implemented interface member:
method
GetCustomAttributes
System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Type, System.Boolean)
3 overrides of GetCustomAttributes
System.Private.CoreLib (1)
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (1)
148
public sealed override object[]
GetCustomAttributes
(Type attributeType, bool inherit)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
74
public override object[]
GetCustomAttributes
(Type attributeType, bool inherit)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
67
public sealed override object[]
GetCustomAttributes
(Type attributeType, bool inherit) => throw new InvalidOperationException(SR.Arg_ReflectionOnlyCA);
1 reference to GetCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
76
return UnderlyingModule.
GetCustomAttributes
(attributeType, inherit);