2 references to GetResourceSnapshotsAsync
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
127
var snapshots = await
GetResourceSnapshotsAsync
(SupportsJsonResourceProperties(request?.ClientCapabilities), cancellationToken).ConfigureAwait(false);
974
return await
GetResourceSnapshotsAsync
(resourcePropertiesAsJson: false, cancellationToken).ConfigureAwait(false);