2 overrides of CustomAttributes
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
27
public abstract override IEnumerable<CustomAttributeData>
CustomAttributes
{ get; }
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
64
public abstract override IEnumerable<CustomAttributeData>
CustomAttributes
{ get; }
1 reference to CustomAttributes
System.Private.CoreLib (1)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (1)
103
return element.
CustomAttributes
;