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