2 implementations of Backchannel
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
30public IExtensionBackchannel Backchannel { get; }
Aspire.Cli.Tests (1)
TestServices\TestExtensionInteractionService.cs (1)
21public IExtensionBackchannel Backchannel { get; } = serviceProvider.GetRequiredService<IExtensionBackchannel>();
1 reference to Backchannel
aspire (1)
Utils\ExtensionHelper.cs (1)
20extensionBackchannel = eis.Backchannel;