4 references to AffectedTestsOptionName
dotnet (3)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
274
else if (IsAffectedTestsOption(argument, TestCommandDefinition.MicrosoftTestingPlatform.
AffectedTestsOptionName
))
431
else if (IsAffectedTestsOption(token, TestCommandDefinition.MicrosoftTestingPlatform.
AffectedTestsOptionName
))
Commands\Test\MTP\TestApplication.cs (1)
374
builder.Append($" {TestCommandDefinition.MicrosoftTestingPlatform.
AffectedTestsOptionName
}");
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
229
AffectedTestsOption = new(
AffectedTestsOptionName
)