7 references to PageHandlerExecutorDelegate
Microsoft.AspNetCore.Mvc.RazorPages (7)
Infrastructure\ExecutorFactory.cs (1)
13public static PageHandlerExecutorDelegate CreateExecutor(HandlerMethodDescriptor handlerDescriptor)
Infrastructure\PageActionInvoker.cs (1)
259PageHandlerExecutorDelegate? executor = null;
Infrastructure\PageActionInvokerCache.cs (3)
129private static PageHandlerExecutorDelegate[] GetHandlerExecutors(CompiledPageActionDescriptor actionDescriptor) 133return Array.Empty<PageHandlerExecutorDelegate>(); 136var results = new PageHandlerExecutorDelegate[actionDescriptor.HandlerMethods.Count];
Infrastructure\PageActionInvokerCacheEntry.cs (2)
22PageHandlerExecutorDelegate[] handlerExecutors, 62public PageHandlerExecutorDelegate[] HandlerExecutors { get; }