3 implementations of Connections
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
40public IEnumerable<IAppHostAuxiliaryBackchannel> Connections =>
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
66public IEnumerable<IAppHostAuxiliaryBackchannel> Connections => [];
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
14public IEnumerable<IAppHostAuxiliaryBackchannel> Connections =>
8 references to Connections
aspire (8)
Backchannel\AppHostConnectionHelper.cs (2)
31var connections = auxiliaryBackchannelMonitor.Connections.ToList(); 36connections = auxiliaryBackchannelMonitor.Connections.ToList();
Backchannel\AppHostConnectionResolver.cs (1)
91return backchannelMonitor.Connections.ToList();
Commands\PsCommand.cs (2)
84connections = _backchannelMonitor.Connections.ToList(); 93return _backchannelMonitor.Connections.ToList();
Mcp\Tools\ListAppHostsTool.cs (1)
45var connections = auxiliaryBackchannelMonitor.Connections.ToList();
Mcp\Tools\SelectAppHostTool.cs (2)
70var matchingConnection = auxiliaryBackchannelMonitor.Connections 84var availableAppHosts = auxiliaryBackchannelMonitor.Connections