1 implementation of IMyClient
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubClientProxyGeneratorTests.cs (1)
34private class MyClient : IMyClient
6 references to IMyClient
Microsoft.AspNetCore.SignalR.Client.Tests (6)
HubClientProxy.g.cs (2)
19if (typeof(T) == typeof(Microsoft.AspNetCore.SignalR.Client.Tests.HubClientProxyGeneratorTests.IMyClient)) 21return (System.IDisposable) new CallbackProviderRegistration(RegisterMicrosoftAspNetCoreSignalRClientTestsHubClientProxyGeneratorTestsIMyClient(conn, (Microsoft.AspNetCore.SignalR.Client.Tests.HubClientProxyGeneratorTests.IMyClient) p));
HubClientProxy.IMyClient.g.cs (1)
12private static System.IDisposable[] RegisterMicrosoftAspNetCoreSignalRClientTestsHubClientProxyGeneratorTestsIMyClient(HubConnection connection, Microsoft.AspNetCore.SignalR.Client.Tests.HubClientProxyGeneratorTests.IMyClient provider)
HubClientProxyGeneratorTests.cs (3)
109var registration = conn.SetHubClient<IMyClient>(myClient); 158var registration = conn.SetHubClient<IMyClient>(myClient); 241var registration = conn.SetHubClient<IMyClient>(myClient);