1 write to _backchannelMonitor
aspire (1)
Commands\ResourceCommand.cs (1)
86_backchannelMonitor = backchannelMonitor;
4 references to _backchannelMonitor
aspire (4)
Commands\ResourceCommand.cs (4)
676await command._backchannelMonitor.ScanAsync(cancellationToken).ConfigureAwait(false); 677return command._backchannelMonitor.Connections.Where(static connection => connection.IsInScope).ToList(); 712await command._backchannelMonitor.ScanAsync(cancellationToken).ConfigureAwait(false); 713return command._backchannelMonitor.Connections