3 references to HubClientProxyGeneratorTests
Microsoft.AspNetCore.SignalR.Client.Tests (3)
HubClientProxy.g.cs (2)
19
if (typeof(T) == typeof(Microsoft.AspNetCore.SignalR.Client.Tests.
HubClientProxyGeneratorTests
.IMyClient))
21
return (System.IDisposable) new CallbackProviderRegistration(RegisterMicrosoftAspNetCoreSignalRClientTestsHubClientProxyGeneratorTestsIMyClient(conn, (Microsoft.AspNetCore.SignalR.Client.Tests.
HubClientProxyGeneratorTests
.IMyClient) p));
HubClientProxy.IMyClient.g.cs (1)
12
private static System.IDisposable[] RegisterMicrosoftAspNetCoreSignalRClientTestsHubClientProxyGeneratorTestsIMyClient(HubConnection connection, Microsoft.AspNetCore.SignalR.Client.Tests.
HubClientProxyGeneratorTests
.IMyClient provider)