4 references to RestoringCommand
dotnet (4)
Commands\Build\BuildCommand.cs (1)
40(msbuildArgs, msbuildPath) => new RestoringCommand(
Commands\Publish\PublishCommand.cs (1)
18: base(msbuildArgs, noRestore, msbuildPath)
Commands\Run\RunCommand.cs (1)
321buildResult = new RestoringCommand(
Commands\Test\MTP\MSBuildUtility.cs (1)
128int result = new RestoringCommand(parsedMSBuildArgs, buildOptions.HasNoRestore).Execute();