3 references to ExtensionBackchannel
aspire (3)
Backchannel\ExtensionBackchannel.cs (2)
40internal sealed class ExtensionBackchannel(ILogger<ExtensionBackchannel> logger, ExtensionRpcTarget target, IConfiguration configuration) : IExtensionBackchannel 45private readonly ActivitySource _activitySource = new(nameof(ExtensionBackchannel));
Program.cs (1)
194builder.Services.AddSingleton<IExtensionBackchannel, ExtensionBackchannel>();