4 references to IsAffectedTestsOption
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (4)
297
if (
IsAffectedTestsOption
(argument, TestCommandDefinition.MicrosoftTestingPlatform.CollectTestMapOptionName))
302
else if (
IsAffectedTestsOption
(argument, TestCommandDefinition.MicrosoftTestingPlatform.AffectedTestsOptionName))
455
if (
IsAffectedTestsOption
(token, TestCommandDefinition.MicrosoftTestingPlatform.CollectTestMapOptionName))
459
else if (
IsAffectedTestsOption
(token, TestCommandDefinition.MicrosoftTestingPlatform.AffectedTestsOptionName))