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)
744IsPreferred = constructor.IsDefined(typeof(ActivatorUtilitiesConstructorAttribute), inherit: false); 917throw new InvalidOperationException(SR.Format(SR.MultipleCtorsMarkedWithAttribute, nameof(ActivatorUtilitiesConstructorAttribute))); 922throw new InvalidOperationException(SR.Format(SR.MarkedCtorMissingArgumentTypes, nameof(ActivatorUtilitiesConstructorAttribute)));