System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute
namespace System.Diagnostics.CodeAnalysis
{
internal sealed class FeatureSwitchDefinitionAttribute : Attribute
{
public FeatureSwitchDefinitionAttribute(string switchName);
}
}