3 implementations of Connections
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
55
public IEnumerable<IAppHostAuxiliaryBackchannel>
Connections
=>
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
45
public IEnumerable<IAppHostAuxiliaryBackchannel>
Connections
=> [];
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
17
public IEnumerable<IAppHostAuxiliaryBackchannel>
Connections
=>
11 references to Connections
aspire (11)
Backchannel\AppHostConnectionHelper.cs (2)
31
var connections = auxiliaryBackchannelMonitor.
Connections
.ToList();
36
connections = auxiliaryBackchannelMonitor.
Connections
.ToList();
Backchannel\AppHostConnectionResolver.cs (2)
68
return backchannelMonitor.
Connections
.ToList();
189
return backchannelMonitor.
Connections
.ToList();
Backchannel\OrphanedAppHostCollector.cs (1)
30
orphans = backchannelMonitor.
Connections
.Where(IsOrphaned).ToList();
Commands\PsCommand.cs (1)
171
return _backchannelMonitor.
Connections
.ToList();
Commands\ResourceCommand.cs (2)
676
return command._backchannelMonitor.
Connections
.Where(static connection => connection.IsInScope).ToList();
712
return command._backchannelMonitor.
Connections
Mcp\Tools\ListAppHostsTool.cs (1)
45
var connections = auxiliaryBackchannelMonitor.
Connections
.ToList();
Mcp\Tools\SelectAppHostTool.cs (2)
70
var matchingConnection = auxiliaryBackchannelMonitor.
Connections
84
var availableAppHosts = auxiliaryBackchannelMonitor.
Connections