2 instantiations of ResourceSnapshotUpdate
aspire (2)
Backchannel\ResourceSnapshotWatcher.cs (2)
171
var update = new
ResourceSnapshotUpdate
(++_updateSequence, snapshot);
229
.Select(snapshot => new
ResourceSnapshotUpdate
(_updateSequence, snapshot))
4 references to ResourceSnapshotUpdate
aspire (4)
Backchannel\ResourceSnapshotWatcher.cs (4)
22
private readonly Dictionary<string,
ResourceSnapshotUpdate
>? _pendingUpdates;
48
_pendingUpdates = new Dictionary<string,
ResourceSnapshotUpdate
>(StringComparers.ResourceName);
171
var
update = new ResourceSnapshotUpdate(++_updateSequence, snapshot);
222
ResourceSnapshotUpdate
[] updates;