1 write to ResultType
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\AwaitableInfo.cs (1)
42ResultType = resultType;
2 references to ResultType
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
48AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.ResultType : null; 301if (awaitableInfo.ResultType == typeof(void))