3 references to RestoreOptions
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
102
restoreActionConfig = Definition.
RestoreOptions
.ToRestoreActionConfig(parseResult);
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
66
restoreActionConfig = Definition.
RestoreOptions
.ToRestoreActionConfig(parseResult);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolUpdateInstallCommandDefinition.cs (1)
50
RestoreOptions
.AddTo(Options);