4 references to ToRestoreActionConfig
dotnet (4)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
47
_restoreActionConfig = Definition.RestoreOptions.
ToRestoreActionConfig
(result);
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
102
restoreActionConfig = Definition.RestoreOptions.
ToRestoreActionConfig
(parseResult);
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
66
restoreActionConfig = Definition.RestoreOptions.
ToRestoreActionConfig
(parseResult);
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
73
_restoreActionConfig = Definition.RestoreOptions.
ToRestoreActionConfig
(result);