4 instantiations of ControllerActionInvokerCacheEntry
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCache.cs (1)
76cacheEntry = new ControllerActionInvokerCacheEntry(
Microsoft.AspNetCore.Mvc.Core.Test (3)
Filters\MiddlewareFilterTest.cs (1)
445return new ControllerActionInvokerCacheEntry(
Infrastructure\ControllerActionInvokerTest.cs (2)
1423var cacheEntry = new ControllerActionInvokerCacheEntry( 1746var cacheEntry = new ControllerActionInvokerCacheEntry(
8 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;
Microsoft.AspNetCore.Mvc.Core.Test (3)
Filters\MiddlewareFilterTest.cs (1)
439private static ControllerActionInvokerCacheEntry CreateCacheEntry(
Infrastructure\ControllerActionInvokerTest.cs (2)
1423var cacheEntry = new ControllerActionInvokerCacheEntry( 1746var cacheEntry = new ControllerActionInvokerCacheEntry(