3 references to RollForwardOption
dotnet (1)
Commands\Tool\Run\ToolRunCommand.cs (1)
26_allowRollForward = result.GetValue(Definition.RollForwardOption);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Tool\Run\ToolRunCommand.cs (1)
26_allowRollForward = result.GetValue(Definition.RollForwardOption);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolRunCommandDefinition.cs (1)
34Options.Add(RollForwardOption);