14 references to PageHandlerExecutorDelegate
Microsoft.AspNetCore.Mvc.RazorPages (7)
Infrastructure\ExecutorFactory.cs (1)
13public static PageHandlerExecutorDelegate CreateExecutor(HandlerMethodDescriptor handlerDescriptor)
Infrastructure\PageActionInvoker.cs (1)
257PageHandlerExecutorDelegate? 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; }
Microsoft.AspNetCore.Mvc.RazorPages.Test (7)
Infrastructure\ExecutorFactoryTest.cs (7)
23var executor = ExecutorFactory.CreateExecutor(handler); 43var executor = ExecutorFactory.CreateExecutor(handler); 64var executor = ExecutorFactory.CreateExecutor(handler); 87var executor = ExecutorFactory.CreateExecutor(handler); 110var executor = ExecutorFactory.CreateExecutor(handler); 132var executor = ExecutorFactory.CreateExecutor(handler); 153var executor = ExecutorFactory.CreateExecutor(handler);