Implemented interface member:
method
GetCustomAttributes
System.Reflection.ICustomAttributeProvider.GetCustomAttributes(System.Boolean)
4 overrides of GetCustomAttributes
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
484
public override object[]
GetCustomAttributes
(bool inherit)
src\System\Reflection\RuntimeModule.cs (1)
353
public override object[]
GetCustomAttributes
(bool inherit)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
69
public override object[]
GetCustomAttributes
(bool inherit)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
66
public sealed override object[]
GetCustomAttributes
(bool inherit) => throw new InvalidOperationException(SR.Arg_ReflectionOnlyCA);
1 reference to GetCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
71
return UnderlyingModule.
GetCustomAttributes
(inherit);