1 write to _backchannelMonitor
aspire (1)
Commands\PsCommand.cs (1)
89_backchannelMonitor = backchannelMonitor;
2 references to _backchannelMonitor
aspire (2)
Commands\PsCommand.cs (2)
109await _backchannelMonitor.ScanAsync(cancellationToken).ConfigureAwait(false); 110return _backchannelMonitor.Connections.ToList();