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)
510if (coercedAwaitableInfo.CoercerResultType is { } coercedType) 1090if (coercedAwaitableInfo.CoercerResultType is { } coercedType)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
281var postCoercionMethodReturnType = coercedAwaitableInfo.CoercerResultType ?? methodInfo.ReturnType;