2 references to MethodName
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionReceiveBenchmark.cs (2)
75_invocationMessageBytes = hubProtocol.GetMessageBytes(new InvocationMessage(MethodName, arguments)); 88_hubConnection.On(MethodName, arguments.Select(v => v.GetType()).ToArray(), OnInvoke);