9 references to AppHostRpcTarget
Aspire.Hosting (7)
Backchannel\AppHostRpcTarget.cs (1)
16ILogger<AppHostRpcTarget> logger,
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
774var appHostRpcTarget = serviceProvider.GetService<AppHostRpcTarget>();
Backchannel\BackchannelLoggerProvider.cs (2)
33var target = _serviceProvider.GetRequiredService<AppHostRpcTarget>();
Backchannel\BackchannelService.cs (1)
17AppHostRpcTarget appHostRpcTarget,
DistributedApplicationBuilder.cs (1)
380_innerBuilder.Services.AddSingleton<AppHostRpcTarget>();
Aspire.Hosting.Tests (2)
Backchannel\Exec\ExecTestsBase.cs (2)
28var appHostRpcTarget = app.Services.GetRequiredService<AppHostRpcTarget>();