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