Base:
property
CustomAttributes
System.Reflection.MemberInfo.CustomAttributes
4 overrides of CustomAttributes
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
44public sealed override IEnumerable<CustomAttributeData> CustomAttributes
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
31public sealed override IEnumerable<CustomAttributeData> CustomAttributes { get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
74public sealed override IEnumerable<CustomAttributeData> CustomAttributes
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
49public sealed override IEnumerable<CustomAttributeData> CustomAttributes
2 references to CustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (1)
122public sealed override IList<CustomAttributeData> GetCustomAttributesData() => CustomAttributes.ToReadOnlyCollection();
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
48return _genericMethodDefinition.CustomAttributes;