1 instantiation of CleanFileBasedAppArtifactsCommand
dotnet (1)
Commands\Clean\CleanCommandParser.cs (1)
17command.FileBasedAppsCommand.SetAction(parseResult => new CleanFileBasedAppArtifactsCommand(parseResult).Execute());
2 references to CleanFileBasedAppArtifactsCommand
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
273CleanFileBasedAppArtifactsCommand.StartAutomaticCleanupIfNeeded(); 1126/// Touching the artifacts folder ensures it's considered as recently used and not cleaned up by <see cref="CleanFileBasedAppArtifactsCommand"/>.