6 references to WatchResourceSnapshotBatchesAsync
aspire (1)
Commands\DescribeCommand.cs (1)
301
await foreach (var batch in resourceWatcher.
WatchResourceSnapshotBatchesAsync
(initialCapture.UpdateSequence, cancellationToken).ConfigureAwait(false))
Aspire.Cli.Tests (5)
Backchannel\ResourceSnapshotWatcherTests.cs (5)
286
.
WatchResourceSnapshotBatchesAsync
(initialCapture.UpdateSequence)
337
.
WatchResourceSnapshotBatchesAsync
(afterSequence: 0, consumersCts.Token)
343
.
WatchResourceSnapshotBatchesAsync
(afterSequence: 0, consumersCts.Token)
419
.
WatchResourceSnapshotBatchesAsync
(initialCapture.UpdateSequence)
512
await foreach (var batch in watcher.
WatchResourceSnapshotBatchesAsync
(initialCapture.UpdateSequence))