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