Base:
property
CustomAttributes
System.Reflection.MemberInfo.CustomAttributes
2 overrides of CustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
62public sealed override IEnumerable<CustomAttributeData> CustomAttributes
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
47public sealed override IEnumerable<CustomAttributeData> CustomAttributes
1 reference to CustomAttributes
System.Private.CoreLib (1)
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (1)
53public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.ToReadOnlyCollection();