9 references to ClearDirectoryContents
aspire (5)
Commands\CacheCommand.cs (5)
39filesDeleted += ClearDirectoryContents(ExecutionContext.CacheDirectory); 40filesDeleted += ClearDirectoryContents(ExecutionContext.SdksDirectory); 41filesDeleted += ClearDirectoryContents(ExecutionContext.PackagesDirectory); 48filesDeleted += ClearDirectoryContents( 50filesDeleted += ClearDirectoryContents(
Aspire.Cli.Tests (4)
Commands\CacheCommandTests.cs (4)
174var deleted = CacheCommand.ClearCommand.ClearDirectoryContents(tempDir); 201var deleted = CacheCommand.ClearCommand.ClearDirectoryContents( 223var deleted = CacheCommand.ClearCommand.ClearDirectoryContents(nonExistent); 231var deleted = CacheCommand.ClearCommand.ClearDirectoryContents(null);