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