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