2 references to MaxParallelTestModulesOption
dotnet (2)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
135var degreeOfParallelism = parseResult.GetValue(MicrosoftTestingPlatformOptions.MaxParallelTestModulesOption);
Commands\Test\TestCommandParser.cs (1)
246command.Options.Add(MicrosoftTestingPlatformOptions.MaxParallelTestModulesOption);