1 write to _updateSequence
aspire (1)
Backchannel\ResourceSnapshotWatcher.cs (1)
171
var update = new ResourceSnapshotUpdate(++
_updateSequence
, snapshot);
2 references to _updateSequence
aspire (2)
Backchannel\ResourceSnapshotWatcher.cs (2)
229
.Select(snapshot => new ResourceSnapshotUpdate(
_updateSequence
, snapshot))
311
updateSequence =
_updateSequence
;