4 references to IsAffectedTestsOption
dotnet (4)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (4)
269
if (
IsAffectedTestsOption
(argument, TestCommandDefinition.MicrosoftTestingPlatform.CollectTestMapOptionName))
274
else if (
IsAffectedTestsOption
(argument, TestCommandDefinition.MicrosoftTestingPlatform.AffectedTestsOptionName))
427
if (
IsAffectedTestsOption
(token, TestCommandDefinition.MicrosoftTestingPlatform.CollectTestMapOptionName))
431
else if (
IsAffectedTestsOption
(token, TestCommandDefinition.MicrosoftTestingPlatform.AffectedTestsOptionName))