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