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