1 write to _environment
aspire (1)
Caching\AppHostInfoDiskCache.cs (1)
118_environment = environment;
3 references to _environment
aspire (3)
Caching\AppHostInfoDiskCache.cs (3)
138var key = ComputeKeyAsync(projectFile, _environment, importDependencies); 198var key = ComputeKeyAsync(projectFile, _environment, importDependencies); 256public string GetCacheKey(FileInfo projectFile) => ComputeKeyAsync(projectFile, _environment);