5 references to GetAttributeUsage
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
1260
if (!inherit || (caType.IsSealed && !
GetAttributeUsage
(caType).Inherited))
1302
if (!inherit || (caType.IsSealed && !
GetAttributeUsage
(caType).Inherited))
1745
attributeUsageAttribute =
GetAttributeUsage
(attributeType);
1759
attributeUsageAttribute ??=
GetAttributeUsage
(attributeType);
1976
AttributeUsageAttribute usage = CustomAttribute.
GetAttributeUsage
(pca);