2 implementations of ICallbackInvoker
Aspire.Hosting.RemoteHost (1)
JsonRpcCallbackInvoker.cs (1)
12internal sealed class JsonRpcCallbackInvoker : ICallbackInvoker
Aspire.Hosting.RemoteHost.Tests (1)
CallbackProxyTests.cs (1)
387internal sealed class TestCallbackInvoker : ICallbackInvoker
5 references to ICallbackInvoker
Aspire.Hosting.RemoteHost (3)
Ats\AtsCallbackProxyFactory.cs (2)
18private readonly ICallbackInvoker _invoker; 32ICallbackInvoker invoker,
RemoteHostServer.cs (1)
57services.AddScoped<ICallbackInvoker>(sp => sp.GetRequiredService<JsonRpcCallbackInvoker>());
Aspire.Hosting.RemoteHost.Tests (2)
CallbackProxyTests.cs (1)
341private static AtsCallbackProxyFactory CreateFactory(ICallbackInvoker? invoker = null, bool registerDtoTypes = false)
CapabilityDispatcherTests.cs (1)
1416ICallbackInvoker invoker)