2 references to CreateRollForwardOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\Tool\ToolExecuteCommandDefinition.cs (1)
27
public readonly Option<bool> RollForwardOption = ToolAppliedOption.
CreateRollForwardOption
();
Commands\Tool\ToolInstallCommandDefinition.cs (1)
25
public readonly Option<bool> RollForwardOption = ToolAppliedOption.
CreateRollForwardOption
();