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