2 writes to _resyncPending
aspire (2)
Backchannel\ResourceSnapshotWatcher.cs (2)
184
_resyncPending
= true;
231
_resyncPending
= false;
2 references to _resyncPending
aspire (2)
Backchannel\ResourceSnapshotWatcher.cs (2)
172
if (_pendingUpdates is not null && !
_resyncPending
)
226
if (
_resyncPending
)