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