2 writes to AsyncResultType
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
48AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.ResultType : null; 71AsyncResultType = isAwaitable ? resultType : null;
4 references to AsyncResultType
Microsoft.AspNetCore.SignalR.Core (4)
Internal\DefaultHubDispatcherLog.cs (2)
30var resultType = objectMethodExecutor.AsyncResultType ?? objectMethodExecutor.MethodReturnType; 42var resultType = objectMethodExecutor.AsyncResultType ?? objectMethodExecutor.MethodReturnType;
Internal\HubMethodDescriptor.cs (1)
38? MethodExecutor.AsyncResultType!
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
80_executorAsync = GetExecutorAsyncTrimAotCompatible(methodInfo, AsyncResultType!);