1 instantiation of CleanCommand
dotnet (1)
Commands\Clean\CleanCommand.cs (1)
37createPhysicalCommand: static (msbuildArgs, msbuildPath) => new CleanCommand(msbuildArgs, msbuildPath),
1 reference to CleanCommand
dotnet (1)
Commands\Clean\CleanCommandParser.cs (1)
14command.SetAction(CleanCommand.Run);