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