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