3 references to IsOption
dotnet (3)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
435
else if (
IsOption
(token, MinimumExpectedTestsOptionName, allowValue: true))
457
=> arguments.Any(argument =>
IsOption
(argument, canonicalOption, allowValue: true));
460
=>
IsOption
(argument, canonicalOption, allowValue: false);