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