2 references to InvocationHandler
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
356
var invocationHandler = new
InvocationHandler
(parameterTypes, handler, state);
389
var invocationHandler = new
InvocationHandler
(parameterTypes, handler, state);