5 references to GetCustomAttribute
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ActivatorUtilities.cs (3)
416
var keyAttribute = (FromKeyedServicesAttribute?)Attribute.
GetCustomAttribute
(constructorParameter, typeof(FromKeyedServicesAttribute), inherit: false);
532
Attribute.
GetCustomAttribute
(constructorParameter, typeof(FromKeyedServicesAttribute), inherit: false);
749
Attribute.
GetCustomAttribute
(Parameters[i], typeof(FromKeyedServicesAttribute), inherit: false);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
51
return Attribute.
GetCustomAttribute
(element, attributeType, inherit);
src\System\Attribute.CoreCLR.cs (1)
605
return
GetCustomAttribute
(element, attributeType, true);