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