3 implementations of SelectedConnection
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
59
public IAppHostAuxiliaryBackchannel?
SelectedConnection
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
72
public IAppHostAuxiliaryBackchannel?
SelectedConnection
=> null;
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
36
public IAppHostAuxiliaryBackchannel?
SelectedConnection
1 reference to SelectedConnection
aspire (1)
Backchannel\IAuxiliaryBackchannelMonitor.cs (1)
37
string? ResolvedAppHostPath =>
SelectedConnection
?.AppHostInfo?.AppHostPath;