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