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