1 write to CachedFilters
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCacheEntry.cs (1)
24CachedFilters = cachedFilters;
1 reference to CachedFilters
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCache.cs (1)
90filters = FilterFactory.CreateUncachedFilters(_filterProviders, controllerContext, cacheEntry.CachedFilters);