6 references to _allocatedItems
Aspire.Hosting (6)
Utils\FileSystemService.cs (6)
74
_allocatedItems
.TryAdd(path, item);
83
_allocatedItems
.TryRemove(path, out _);
103
_logger?.LogInformation("Skipping cleanup of {Count} temporary files/directories due to ASPIRE_PRESERVE_TEMP_FILES configuration",
_allocatedItems
.Count);
107
if (
_allocatedItems
.IsEmpty)
112
_logger?.LogDebug("Cleaning up {Count} remaining temporary files/directories",
_allocatedItems
.Count);
114
foreach (var kvp in
_allocatedItems
)