7 references to PageActionInvokerCache
Microsoft.AspNetCore.Mvc.RazorPages (7)
DependencyInjection\MvcRazorPagesMvcCoreBuilderExtensions.cs (1)
131
services.TryAddSingleton<
PageActionInvokerCache
>();
Infrastructure\PageActionInvokerProvider.cs (3)
19
private readonly
PageActionInvokerCache
_pageActionInvokerCache;
32
PageActionInvokerCache
pageActionInvokerCache,
57
internal
PageActionInvokerCache
Cache => _pageActionInvokerCache;
Infrastructure\PageRequestDelegateFactory.cs (3)
20
private readonly
PageActionInvokerCache
_cache;
33
PageActionInvokerCache
cache,
47
PageActionInvokerCache
cache,