7 references to MaxParallelTestModulesOption
dotnet (2)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
339
if (collectTestMap && parseResult.HasOption(definition.
MaxParallelTestModulesOption
))
738
var degreeOfParallelism = parseResult.GetValue(definition.
MaxParallelTestModulesOption
);
dotnet-aot (3)
src\sdk\src\Cli\dotnet\Commands\Test\AotTestCommand.cs (1)
78
&& optionResult.Option != definition.
MaxParallelTestModulesOption
src\sdk\src\Cli\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
339
if (collectTestMap && parseResult.HasOption(definition.
MaxParallelTestModulesOption
))
738
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
))