1 write to AsyncResultType
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
43AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.ResultType : null;
3 references to AsyncResultType
Microsoft.AspNetCore.SignalR.Core (3)
Internal\DefaultHubDispatcherLog.cs (2)
30var resultType = objectMethodExecutor.AsyncResultType ?? objectMethodExecutor.MethodReturnType; 42var resultType = objectMethodExecutor.AsyncResultType ?? objectMethodExecutor.MethodReturnType;
Internal\HubMethodDescriptor.cs (1)
35? MethodExecutor.AsyncResultType!