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