6 instantiations of RestoreActionConfig
dotnet (6)
Commands\Workload\Search\WorkloadSearchVersionsCommand.cs (1)
79restoreActionConfig: new RestoreActionConfig(interactive),
Commands\Workload\WorkloadCommandBase.cs (1)
104RestoreActionConfiguration = Definition.RestoreOptions?.ToRestoreActionConfig(_parseResult) ?? new RestoreActionConfig();
Commands\Workload\WorkloadCommandParser.cs (1)
48return new RestoreActionConfig(DisableParallel: parseResult.GetValue(options.DisableParallelOption),
Commands\Workload\WorkloadInfoHelper.cs (1)
52var restoreConfig = new RestoreActionConfig(Interactive: isInteractive);
Extensions\CommonOptionsExtensions.cs (1)
104return new RestoreActionConfig(DisableParallel: parseResult.GetValue(options.DisableParallelOption),
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
86_restoreActionConfig = restoreActionConfig ?? new RestoreActionConfig();
23 references to RestoreActionConfig
dotnet (23)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
33private readonly RestoreActionConfig _restoreActionConfig;
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
55internal readonly RestoreActionConfig restoreActionConfig;
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
33internal RestoreActionConfig restoreActionConfig;
Commands\Tool\Install\ToolInstallLocalInstaller.cs (1)
19RestoreActionConfig? restoreActionConfig = null)
Commands\Tool\Restore\ToolPackageRestorer.cs (2)
21private readonly RestoreActionConfig _restoreActionConfig; 32RestoreActionConfig restoreActionConfig,
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
31private readonly RestoreActionConfig _restoreActionConfig;
Commands\Workload\Install\FileBasedInstaller.cs (2)
43private readonly RestoreActionConfig _restoreActionConfig; 56RestoreActionConfig restoreActionConfig = null,
Commands\Workload\Install\WorkloadInstallerFactory.cs (1)
27RestoreActionConfig restoreActionConfig = null,
Commands\Workload\WorkloadCommandBase.cs (1)
39protected RestoreActionConfig RestoreActionConfiguration
Commands\Workload\WorkloadCommandParser.cs (1)
46public static RestoreActionConfig ToRestoreActionConfig(this NuGetRestoreOptions options, ParseResult parseResult)
Commands\Workload\WorkloadInfoHelper.cs (1)
52var restoreConfig = new RestoreActionConfig(Interactive: isInteractive);
Extensions\CommonOptionsExtensions.cs (1)
102public static RestoreActionConfig ToRestoreActionConfig(this NuGetRestoreOptions options, ParseResult parseResult)
NugetPackageDownloader\NuGetPackageDownloader.cs (3)
34private readonly RestoreActionConfig _restoreActionConfig; 72RestoreActionConfig restoreActionConfig = null, 145RestoreActionConfig restoreActionConfig = null,
ToolPackage\IToolPackageDownloader.cs (2)
22RestoreActionConfig? restoreActionConfig = null 30RestoreActionConfig? restoreActionConfig = null
ToolPackage\ToolPackageDownloader.cs (1)
36RestoreActionConfig? restoreActionConfig)
ToolPackage\ToolPackageDownloaderBase.cs (3)
66RestoreActionConfig? restoreActionConfig); 103RestoreActionConfig? restoreActionConfig = null) 405RestoreActionConfig? restoreActionConfig = null)