4 references to MaxParallelTestModulesOption
dotnet (2)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
311
if (collectTestMap && parseResult.HasOption(definition.
MaxParallelTestModulesOption
))
710
var degreeOfParallelism = parseResult.GetValue(definition.
MaxParallelTestModulesOption
);
Microsoft.DotNet.Cli.Definitions (2)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (2)
244
Options.Add(
MaxParallelTestModulesOption
);
288
else if (collectTestMap && commandResult.HasOption(
MaxParallelTestModulesOption
))