2 writes to AwaitableInfo
Microsoft.AspNetCore.Http.Extensions (2)
src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs (2)
20AwaitableInfo = awaitableInfo; 29AwaitableInfo = coercedAwaitableInfo;
6 references to AwaitableInfo
Microsoft.AspNetCore.Http.Extensions (6)
RequestDelegateFactory.cs (3)
535var typeArg = coercedAwaitableInfo.AwaitableInfo.ResultType; 541var typeArg = coercedAwaitableInfo.AwaitableInfo.ResultType; 1035returnType = coercedAwaitableInfo.AwaitableInfo.ResultType;
src\Shared\EndpointMetadataPopulator.cs (1)
52returnType = coercedAwaitableInfo.AwaitableInfo.ResultType;
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
48AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.ResultType : null; 280var awaitableInfo = coercedAwaitableInfo.AwaitableInfo;