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