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