3 references to DisableParallelOption
dotnet (2)
Commands\Workload\WorkloadCommandParser.cs (1)
48
return new RestoreActionConfig(DisableParallel: parseResult.GetValue(options.
DisableParallelOption
),
Extensions\CommonOptionsExtensions.cs (1)
104
return new RestoreActionConfig(DisableParallel: parseResult.GetValue(options.
DisableParallelOption
),
Microsoft.DotNet.Cli.Definitions (1)
Common\NuGetRestoreOptions.cs (1)
46
options.Add(
DisableParallelOption
);