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