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