1 instantiation of CleanFileBasedAppArtifactsCommand
dotnet (1)
Commands\Clean\CleanCommandParser.cs (1)
17
command.FileBasedAppsCommand.SetAction(parseResult => new
CleanFileBasedAppArtifactsCommand
(parseResult).Execute());
2 references to CleanFileBasedAppArtifactsCommand
dotnet (2)
Commands\Run\FileBasedAppRunPlan.cs (1)
354
/// <see cref="Clean.FileBasedAppArtifacts.
CleanFileBasedAppArtifactsCommand
"/>.
Commands\Run\VirtualProjectBuildingCommand.cs (1)
205
CleanFileBasedAppArtifactsCommand
.StartAutomaticCleanupIfNeeded();