5 references to GetAttributeUsage
mscorlib (5)
system\reflection\customattribute.cs (5)
1346
if (!inherit || (caType.IsSealed && !CustomAttribute.
GetAttributeUsage
(caType).Inherited))
1447
if (!inherit || (caType.IsSealed && !CustomAttribute.
GetAttributeUsage
(caType).Inherited))
1986
attributeUsageAttribute = CustomAttribute.
GetAttributeUsage
(attributeType);
2002
attributeUsageAttribute = CustomAttribute.
GetAttributeUsage
(attributeType);
2164
AttributeUsageAttribute usage = CustomAttribute.
GetAttributeUsage
(pca);