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