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