5 references to _allLogsFlushed
Aspire.Hosting (5)
Dcp\DcpResourceWatcher.cs (5)
338
!
_allLogsFlushed
.ContainsKey(resource.Metadata.Name))
343
_allLogsFlushed
.TryAdd(resource.Metadata.Name, true);
349
_allLogsFlushed
.TryRemove(resource.Metadata.Name, out _);
362
!
_allLogsFlushed
.ContainsKey(resource.Metadata.Name);
407
_allLogsFlushed
.TryRemove(resourceName, out _);