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