1 write to _auxiliaryBackchannelMonitor
aspire (1)
Commands\AgentMcpCommand.cs (1)
59
_auxiliaryBackchannelMonitor
= auxiliaryBackchannelMonitor;
9 references to _auxiliaryBackchannelMonitor
aspire (9)
Commands\AgentMcpCommand.cs (9)
158
if (_resourceToolMap is null || _selectedAppHostPath !=
_auxiliaryBackchannelMonitor
.SelectedAppHostPath)
162
_selectedAppHostPath =
_auxiliaryBackchannelMonitor
.SelectedAppHostPath;
214
if (_resourceToolMap is null || _selectedAppHostPath !=
_auxiliaryBackchannelMonitor
.SelectedAppHostPath)
217
_selectedAppHostPath =
_auxiliaryBackchannelMonitor
.SelectedAppHostPath;
416
var connections =
_auxiliaryBackchannelMonitor
.Connections.ToList();
420
await
_auxiliaryBackchannelMonitor
.ScanAsync(cancellationToken).ConfigureAwait(false);
421
connections =
_auxiliaryBackchannelMonitor
.Connections.ToList();
429
var selectedPath =
_auxiliaryBackchannelMonitor
.SelectedAppHostPath;
444
_auxiliaryBackchannelMonitor
.SelectedAppHostPath = null;