2 writes to CoercerResultType
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs (2)
22
CoercerResultType
= null;
28
CoercerResultType
= coercerResultType;
1 reference to CoercerResultType
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
281
var postCoercionMethodReturnType = coercedAwaitableInfo.
CoercerResultType
?? methodInfo.ReturnType;