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