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); 107if (_allocatedItems.IsEmpty) 112_logger?.LogDebug("Cleaning up {Count} remaining temporary files/directories", _allocatedItems.Count); 114foreach (var kvp in _allocatedItems)