6 references to JsonRpcCallbackInvoker
Aspire.Hosting.RemoteHost (4)
RemoteAppHostService.cs (2)
16private readonly JsonRpcCallbackInvoker _callbackInvoker; 27JsonRpcCallbackInvoker callbackInvoker,
RemoteHostServer.cs (2)
93services.AddScoped<JsonRpcCallbackInvoker>(); 94services.AddScoped<ICallbackInvoker>(sp => sp.GetRequiredService<JsonRpcCallbackInvoker>());
Aspire.Hosting.RemoteHost.Tests (2)
JsonRpcAuthenticationTests.cs (2)
176services.AddScoped<JsonRpcCallbackInvoker>(); 177services.AddScoped<ICallbackInvoker>(sp => sp.GetRequiredService<JsonRpcCallbackInvoker>());