1 write to _pendingUpdates
aspire (1)
Backchannel\ResourceSnapshotWatcher.cs (1)
48
_pendingUpdates
= new Dictionary<string, ResourceSnapshotUpdate>(StringComparers.ResourceName);
7 references to _pendingUpdates
aspire (7)
Backchannel\ResourceSnapshotWatcher.cs (7)
172
if (
_pendingUpdates
is not null && !_resyncPending)
174
if (
_pendingUpdates
.ContainsKey(snapshot.Name) ||
_pendingUpdates
.Count < UpdateBufferCapacity)
176
_pendingUpdates
[snapshot.Name] = update;
183
_pendingUpdates
.Clear();
236
updates =
_pendingUpdates
!.Values
238
_pendingUpdates
.Clear();