1 write to _backchannelMonitor
aspire (1)
Commands\PsCommand.cs (1)
97_backchannelMonitor = backchannelMonitor;
3 references to _backchannelMonitor
aspire (3)
Commands\PsCommand.cs (3)
169await _backchannelMonitor.ScanAsync(cancellationToken).ConfigureAwait(false); 171return _backchannelMonitor.Connections.ToList(); 198await foreach (var connections in _backchannelMonitor.WatchConnectionsAsync(followCancellationToken).WithCancellation(followCancellationToken).ConfigureAwait(false))