4 references to IsAffectedTestsOption
dotnet (4)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (4)
272
if (
IsAffectedTestsOption
(argument, TestCommandDefinition.MicrosoftTestingPlatform.CollectTestMapOptionName))
277
else if (
IsAffectedTestsOption
(argument, TestCommandDefinition.MicrosoftTestingPlatform.AffectedTestsOptionName))
430
if (
IsAffectedTestsOption
(token, TestCommandDefinition.MicrosoftTestingPlatform.CollectTestMapOptionName))
434
else if (
IsAffectedTestsOption
(token, TestCommandDefinition.MicrosoftTestingPlatform.AffectedTestsOptionName))