2 references to Counts
Aspire.Hosting (2)
Dcp\DcpResourceWatcher.cs (2)
780
if (pendingDeduplication.
Counts
.TryGetValue(key, out var count) && count > 0)
782
pendingDeduplication.
Counts
[key] = count - 1;