3 types derived from RestoringCommand
dotnet (3)
Commands\Pack\PackCommand.cs (1)
22) : RestoringCommand(msbuildArgs, noRestore, msbuildPath: msbuildPath)
Commands\Publish\PublishCommand.cs (1)
13public class PublishCommand : RestoringCommand
Commands\Test\VSTest\TestCommand.cs (1)
20string? msbuildPath = null) : RestoringCommand(msbuildArgs, noRestore, msbuildPath)
3 instantiations of RestoringCommand
dotnet (3)
Commands\Build\BuildCommand.cs (1)
42createPhysicalCommand: (msbuildArgs, msbuildPath) => new RestoringCommand(
Commands\Run\RunCommand.cs (1)
496buildResult = new RestoringCommand(
Commands\Test\MTP\MSBuildUtility.cs (1)
255return new RestoringCommand(parsedMSBuildArgs, buildOptions.HasNoRestore).Execute();
2 references to RestoringCommand
dotnet (2)
Commands\Run\CommonRunHelpers.cs (1)
15/// See <see cref="Commands.Restore.RestoringCommand.RestoreOptimizationProperties"/> for more details.
Commands\Run\VirtualProjectBuildingCommand.cs (1)
410foreach (var (key, value) in RestoringCommand.RestoreOptimizationProperties)