3 references to IsOption
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
463
else if (
IsOption
(token, MinimumExpectedTestsOptionName, allowValue: true))
485
=> arguments.Any(argument =>
IsOption
(argument, canonicalOption, allowValue: true));
488
=>
IsOption
(argument, canonicalOption, allowValue: false);