3 references to RollForwardOption
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
90
_allowRollForward = parseResult.GetValue(installDef.
RollForwardOption
);
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
55
_allowRollForward = parseResult.GetValue(installDef.
RollForwardOption
);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolInstallCommandDefinition.cs (1)
34
Options.Add(
RollForwardOption
);