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