4 references to JsonRpcCallbackInvoker
Aspire.Hosting.RemoteHost (4)
RemoteAppHostService.cs (2)
13
private readonly
JsonRpcCallbackInvoker
_callbackInvoker;
21
JsonRpcCallbackInvoker
callbackInvoker,
RemoteHostServer.cs (2)
56
services.AddScoped<
JsonRpcCallbackInvoker
>();
57
services.AddScoped<ICallbackInvoker>(sp => sp.GetRequiredService<
JsonRpcCallbackInvoker
>());