2 references to _incomingInteractionChannel
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
450
await foreach (var update in
_incomingInteractionChannel
.Reader.ReadAllAsync(cts.Token).ConfigureAwait(false))
531
await
_incomingInteractionChannel
.Writer.WriteAsync(request, cancellationToken).ConfigureAwait(false);