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