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