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