2 writes to CoercerResultType
Microsoft.AspNetCore.Http.Extensions (2)
src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs (2)
22
CoercerResultType
= null;
28
CoercerResultType
= coercerResultType;
3 references to CoercerResultType
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (2)
510
if (coercedAwaitableInfo.
CoercerResultType
is { } coercedType)
1090
if (coercedAwaitableInfo.
CoercerResultType
is { } coercedType)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
281
var postCoercionMethodReturnType = coercedAwaitableInfo.
CoercerResultType
?? methodInfo.ReturnType;