10 references to AppHostRpcTarget
Aspire.Hosting (8)
Backchannel\AppHostRpcTarget.cs (1)
15ILogger<AppHostRpcTarget> logger,
Backchannel\AuxiliaryBackchannelRpcTarget.cs (5)
845var appHostRpcTarget = serviceProvider.GetService<AppHostRpcTarget>(); 916/// Delegates to <see cref="AppHostRpcTarget.GetAppHostLogEntriesAsync"/>. 920var rpcTarget = serviceProvider.GetRequiredService<AppHostRpcTarget>();
Backchannel\BackchannelService.cs (1)
17AppHostRpcTarget appHostRpcTarget,
DistributedApplicationBuilder.cs (1)
400_innerBuilder.Services.AddSingleton<AppHostRpcTarget>();
Aspire.Hosting.Tests (2)
Backchannel\Exec\ExecTestsBase.cs (2)
28var appHostRpcTarget = app.Services.GetRequiredService<AppHostRpcTarget>();