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);