2 references to CacheDirectory
aspire (2)
Caching\DiskCache.cs (1)
24_cacheDirectory = new DirectoryInfo(Path.Combine(executionContext.CacheDirectory.FullName, "nuget-search"));
Commands\CacheCommand.cs (1)
47var cacheDirectory = ExecutionContext.CacheDirectory;