3 implementations of GetConnectionsByHash
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
48
public IEnumerable<IAppHostAuxiliaryBackchannel>
GetConnectionsByHash
(string hash) =>
Aspire.Cli.Tests (2)
Mcp\MockPackagingService.cs (1)
68
public IEnumerable<IAppHostAuxiliaryBackchannel>
GetConnectionsByHash
(string hash) => [];
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
17
public IEnumerable<IAppHostAuxiliaryBackchannel>
GetConnectionsByHash
(string hash) =>
1 reference to GetConnectionsByHash
aspire (1)
Commands\RunCommand.cs (1)
800
var connection = _backchannelMonitor.
GetConnectionsByHash
(expectedHash).FirstOrDefault();