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