3 implementations of Backchannel
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
35public IExtensionBackchannel Backchannel { get; }
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
139public IExtensionBackchannel Backchannel => throw new NotImplementedException();
TestServices\TestExtensionInteractionService.cs (1)
26public IExtensionBackchannel Backchannel { get; } = serviceProvider.GetRequiredService<IExtensionBackchannel>();
1 reference to Backchannel
aspire (1)
Utils\ExtensionHelper.cs (1)
20extensionBackchannel = eis.Backchannel;