3 references to CallsOfManyArgs
Microsoft.AspNetCore.SignalR.Client.Tests (3)
HubClientProxyGeneratorTests.cs (3)
51CallsOfManyArgs.Add((a, b, c)); 255Assert.Single(myClient.CallsOfManyArgs); 256Assert.Equal((10, 5.5f, null), myClient.CallsOfManyArgs[0]);