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