2 writes to CompiledPageActionDescriptorTask
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\DefaultPageLoader.cs (2)
46
compiledPageActionDescriptor.
CompiledPageActionDescriptorTask
??= Task.FromResult(compiledPageActionDescriptor);
57
return actionDescriptor.
CompiledPageActionDescriptorTask
= LoadAsyncCore(actionDescriptor, endpointMetadata);
2 references to CompiledPageActionDescriptorTask
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\DefaultPageLoader.cs (2)
47
return compiledPageActionDescriptor.
CompiledPageActionDescriptorTask
;
50
var task = actionDescriptor.
CompiledPageActionDescriptorTask
;