1 instantiation of AppHostBackchannel
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
232return new AppHostBackchannel(logger, telemetry);
3 references to AppHostBackchannel
aspire (2)
Backchannel\AppHostBackchannel.cs (1)
29internal sealed class AppHostBackchannel(ILogger<AppHostBackchannel> logger, AspireCliTelemetry telemetry) : IAppHostBackchannel
Program.cs (1)
111builder.Services.AddTransient<IAppHostBackchannel, AppHostBackchannel>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
230var logger = serviceProvider.GetRequiredService<ILogger<AppHostBackchannel>>();