2 references to WatchResourceSnapshotsAsync
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
156
await foreach (var snapshot in
WatchResourceSnapshotsAsync
(SupportsJsonResourceProperties(request?.ClientCapabilities), cancellationToken).ConfigureAwait(false))
1019
await foreach (var snapshot in
WatchResourceSnapshotsAsync
(resourcePropertiesAsJson: false, cancellationToken).ConfigureAwait(false))