3 references to RestoreCommand
dotnet (3)
Commands\New\DotnetCommandCallbacks.cs (1)
51return RestoreCommand.Run([pathToRestore, "-tlp:verbosity=quiet", "--no-logo"]) == 0;
Commands\Restore\RestoreCommandParser.cs (1)
14command.SetAction(RestoreCommand.Run);
Commands\Restore\RestoringCommand.cs (1)
133return RestoreCommand.CreateForwarding(restoreMSBuildArgs, msbuildPath);