1 instantiation of ActivatorUtilitiesConstructorAttribute
Microsoft.AspNetCore.Mvc.TagHelpers (1)
ImageTagHelper.cs (1)
39
[
ActivatorUtilitiesConstructor
]
3 references to ActivatorUtilitiesConstructorAttribute
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ActivatorUtilities.cs (3)
744
IsPreferred = constructor.IsDefined(typeof(
ActivatorUtilitiesConstructorAttribute
), inherit: false);
917
throw new InvalidOperationException(SR.Format(SR.MultipleCtorsMarkedWithAttribute, nameof(
ActivatorUtilitiesConstructorAttribute
)));
922
throw new InvalidOperationException(SR.Format(SR.MarkedCtorMissingArgumentTypes, nameof(
ActivatorUtilitiesConstructorAttribute
)));