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