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