7 instantiations of NuGetRestoreOptions
Microsoft.DotNet.Cli.Definitions (7)
Commands\Tool\ToolExecuteCommandDefinition.cs (1)
35
public readonly NuGetRestoreOptions RestoreOptions =
new
(forward: true);
Commands\Tool\ToolRestoreCommandDefinition.cs (1)
18
public readonly NuGetRestoreOptions RestoreOptions =
new
(forward: true);
Commands\Tool\ToolUpdateInstallCommandDefinition.cs (1)
33
public readonly NuGetRestoreOptions RestoreOptions =
new
(forward: true);
Commands\Workload\InstallingWorkloadCommandDefinition.cs (1)
61
public sealed override NuGetRestoreOptions RestoreOptions { get; } =
new
();
Commands\Workload\WorkloadListCommandDefinition.cs (1)
27
public override NuGetRestoreOptions RestoreOptions { get; } =
new
(hidden: true);
Commands\Workload\WorkloadRepairCommandDefinition.cs (1)
20
public override NuGetRestoreOptions RestoreOptions { get; } =
new
();
Commands\Workload\WorkloadSearchVersionsCommandDefinition.cs (1)
32
public override NuGetRestoreOptions RestoreOptions { get; } =
new
();
8 references to NuGetRestoreOptions
Microsoft.DotNet.Cli.Definitions (8)
Commands\Tool\ToolExecuteCommandDefinition.cs (1)
35
public readonly
NuGetRestoreOptions
RestoreOptions = new(forward: true);
Commands\Tool\ToolRestoreCommandDefinition.cs (1)
18
public readonly
NuGetRestoreOptions
RestoreOptions = new(forward: true);
Commands\Tool\ToolUpdateInstallCommandDefinition.cs (1)
33
public readonly
NuGetRestoreOptions
RestoreOptions = new(forward: true);
Commands\Workload\InstallingWorkloadCommandDefinition.cs (1)
61
public sealed override
NuGetRestoreOptions
RestoreOptions { get; } = new();
Commands\Workload\WorkloadCommandDefinitionBase.cs (1)
15
public virtual
NuGetRestoreOptions
? RestoreOptions => null;
Commands\Workload\WorkloadListCommandDefinition.cs (1)
27
public override
NuGetRestoreOptions
RestoreOptions { get; } = new(hidden: true);
Commands\Workload\WorkloadRepairCommandDefinition.cs (1)
20
public override
NuGetRestoreOptions
RestoreOptions { get; } = new();
Commands\Workload\WorkloadSearchVersionsCommandDefinition.cs (1)
32
public override
NuGetRestoreOptions
RestoreOptions { get; } = new();