2 references to RollForwardOption
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
27private readonly bool _allowRollForward = result.GetValue(ToolExecuteCommandParser.RollForwardOption);
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
48command.Options.Add(RollForwardOption);