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)
537var typeArg = coercedAwaitableInfo.AwaitableInfo.ResultType; 543var typeArg = coercedAwaitableInfo.AwaitableInfo.ResultType; 1014returnType = coercedAwaitableInfo.AwaitableInfo.ResultType;
src\Shared\EndpointMetadataPopulator.cs (1)
52returnType = coercedAwaitableInfo.AwaitableInfo.ResultType;
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
43AsyncResultType = isAwaitable ? coercedAwaitableInfo.AwaitableInfo.ResultType : null; 234var awaitableInfo = coercedAwaitableInfo.AwaitableInfo;