src\SignalR\common\SignalR.Common\test\Internal\Protocol\MessagePackHubProtocolTestBase.cs (4)
147message: new StreamInvocationMessage("xyz", "method", Array.Empty<object>()),
151message: new StreamInvocationMessage("xyz", "method", new object[] { 42 }),
163message: new StreamInvocationMessage("xyz", "method", new object[] { 42, "string" }),
428new MessageSizeTestData("StreamInvocationMessage", new StreamInvocationMessage("1", "target", Array.Empty<object>()), 15),