3 references to GetCustomAttribute
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicenseManager.cs (1)
280
LicenseProviderAttribute? attr = (LicenseProviderAttribute?)Attribute.
GetCustomAttribute
(type, typeof(LicenseProviderAttribute), false);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
47
return Attribute.
GetCustomAttribute
(element, attributeType, inherit);
src\System\Attribute.CoreCLR.cs (1)
507
return
GetCustomAttribute
(element, attributeType, true);