3 references to ExtensionRpcTarget
aspire (3)
Backchannel\ExtensionBackchannel.cs (2)
40internal sealed class ExtensionBackchannel(ILogger<ExtensionBackchannel> logger, ExtensionRpcTarget target, IConfiguration configuration) : IExtensionBackchannel 190static void AddLocalRpcTarget(JsonRpc rpc, ExtensionRpcTarget target)
Program.cs (1)
193builder.Services.AddSingleton<ExtensionRpcTarget>();