1 instantiation of CleanFileBasedAppArtifactsCommand
dotnet (1)
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommandParser.cs (1)
46
command.SetAction((parseResult) => new
CleanFileBasedAppArtifactsCommand
(parseResult).Execute());
1 reference to CleanFileBasedAppArtifactsCommand
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
284
CleanFileBasedAppArtifactsCommand
.StartAutomaticCleanupIfNeeded();