1 instantiation of CleanCommand
dotnet (1)
Commands\Clean\CleanCommand.cs (1)
35static (msbuildArgs, msbuildPath) => new CleanCommand(msbuildArgs, msbuildPath),
6 references to CleanCommand
dotnet (1)
Commands\Clean\CleanCommandParser.cs (1)
69command.SetAction(CleanCommand.Run);
dotnet.Tests (5)
CommandTests\MSBuild\GivenDotnetCleanInvocation.cs (5)
4using CleanCommand = Microsoft.DotNet.Cli.Commands.Clean.CleanCommand; 22((CleanCommand)CleanCommand.FromArgs(new string[] { "<project>" }, msbuildPath)) 59((CleanCommand)CleanCommand.FromArgs(args, msbuildPath))