ActivatorUtilitiesConstructorAttribute
Marks the constructor to be used when activating type using ActivatorUtilities.
using System;
namespace Microsoft.Extensions.DependencyInjection
{
[AttributeUsage(AttributeTargets.All)]
public class ActivatorUtilitiesConstructorAttribute : Attribute
{
}
}