4 references to JsonRpcCallbackInvoker
Aspire.Hosting.RemoteHost (4)
RemoteAppHostService.cs (2)
14
private readonly
JsonRpcCallbackInvoker
_callbackInvoker;
22
JsonRpcCallbackInvoker
callbackInvoker,
RemoteHostServer.cs (2)
52
services.AddScoped<
JsonRpcCallbackInvoker
>();
53
services.AddScoped<ICallbackInvoker>(sp => sp.GetRequiredService<
JsonRpcCallbackInvoker
>());