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