3 references to AppHostRpcTarget
Aspire.Hosting (3)
Backchannel\AppHostRpcTarget.cs (1)
18ILogger<AppHostRpcTarget> logger,
Backchannel\BackchannelService.cs (1)
14internal sealed class BackchannelService(ILogger<BackchannelService> logger, IConfiguration configuration, AppHostRpcTarget appHostRpcTarget, IDistributedApplicationEventing eventing, IServiceProvider serviceProvider) : BackgroundService
DistributedApplicationBuilder.cs (1)
265_innerBuilder.Services.AddSingleton<AppHostRpcTarget>();