1 instantiation of ControllerActionInvokerCacheEntry
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCache.cs (1)
76cacheEntry = new ControllerActionInvokerCacheEntry(
5 references to ControllerActionInvokerCacheEntry
Microsoft.AspNetCore.Mvc.Core (5)
Controllers\ControllerActionDescriptor.cs (1)
43internal ControllerActionInvokerCacheEntry? CacheEntry { get; set; }
Infrastructure\ControllerActionInvoker.cs (2)
22private readonly ControllerActionInvokerCacheEntry _cacheEntry; 36ControllerActionInvokerCacheEntry cacheEntry,
Infrastructure\ControllerActionInvokerCache.cs (2)
40public (ControllerActionInvokerCacheEntry cacheEntry, IFilterMetadata[] filters) GetCachedResult(ControllerContext controllerContext) 46var cacheEntry = actionDescriptor.CacheEntry;