3 references to _allowRollForward
dotnet (1)
Commands\Tool\Run\ToolRunCommand.cs (1)
25
return ExecuteCommand(_localToolsCommandResolver, _toolCommandName, _forwardArgument,
_allowRollForward
);
dotnet.Tests (2)
CommandTests\Tool\Run\ToolRunCommandTests.cs (2)
40
}, toolRunCommand.
_allowRollForward
);
60
}, toolRunCommand.
_allowRollForward
);