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