3 references to _operationChannel
Aspire.Hosting.Azure (3)
AzureProvisioningController.cs (3)
1413await _operationChannel.Writer.WriteAsync(queuedOperation, cancellationToken).ConfigureAwait(false); 1490await foreach (var operation in _operationChannel.Reader.ReadAllAsync(stoppingToken).ConfigureAwait(false)) 1514while (_operationChannel.Reader.TryRead(out var operation))