7 references to _pendingFollowLogDeduplications
Aspire.Hosting (7)
Dcp\DcpResourceWatcher.cs (7)
403
_pendingFollowLogDeduplications
.Remove(resourceName);
706
if (
_pendingFollowLogDeduplications
.TryGetValue(resourceName, out var pendingDeduplication) &&
741
_pendingFollowLogDeduplications
[resourceName] = newPendingDeduplication;
754
if (
_pendingFollowLogDeduplications
.TryGetValue(resourceName, out var pendingDeduplication) &&
765
if (!
_pendingFollowLogDeduplications
.TryGetValue(resourceName, out var pendingDeduplication) ||
839
if (
_pendingFollowLogDeduplications
.TryGetValue(resourceName, out var currentDeduplication) &&
842
_pendingFollowLogDeduplications
.Remove(resourceName);