3 types derived from RestoringCommand
dotnet (3)
Commands\Pack\PackCommand.cs (1)
22
) :
RestoringCommand
(msbuildArgs, noRestore, msbuildPath: msbuildPath)
Commands\Publish\PublishCommand.cs (1)
13
public class PublishCommand :
RestoringCommand
Commands\Test\VSTest\TestCommand.cs (1)
20
string? msbuildPath = null) :
RestoringCommand
(msbuildArgs, noRestore, msbuildPath)
3 instantiations of RestoringCommand
dotnet (3)
Commands\Build\BuildCommand.cs (1)
42
createPhysicalCommand: (msbuildArgs, msbuildPath) => new
RestoringCommand
(
Commands\Run\RunCommand.cs (1)
496
buildResult = new
RestoringCommand
(
Commands\Test\MTP\MSBuildUtility.cs (1)
255
return 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)
410
foreach (var (key, value) in
RestoringCommand
.RestoreOptimizationProperties)