2 writes to _executor
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
53
_executor
= GetExecutor(methodInfo, targetTypeInfo);
76
_executor
= methodInfo.Invoke;
2 references to _executor
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
149
Debug.Assert(
_executor
!= null, "Sync execution is not supported.");
150
return
_executor
(target, parameters);