5 references to RestoreCommand
dotnet (3)
Commands\New\DotnetCommandCallbacks.cs (1)
41return RestoreCommand.Run([pathToRestore, "-tlp:verbosity=quiet"]) == 0;
Commands\Restore\RestoreCommandParser.cs (1)
81command.SetAction(RestoreCommand.Run);
Commands\Restore\RestoringCommand.cs (1)
135return RestoreCommand.CreateForwarding(restoreMSBuildArgs, msbuildPath);
dotnet.Tests (2)
CommandTests\MSBuild\GivenDotnetRestoreInvocation.cs (2)
5using RestoreCommand = Microsoft.DotNet.Cli.Commands.Restore.RestoreCommand; 53((MSBuildForwardingApp)RestoreCommand.FromArgs(args, msbuildPath))