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