2 references to GetCachedResult
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvokerProvider.cs (1)
75var (cacheEntry, filters) = _controllerActionInvokerCache.GetCachedResult(controllerContext);
Routing\ControllerRequestDelegateFactory.cs (1)
92var (cacheEntry, filters) = _controllerActionInvokerCache.GetCachedResult(controllerContext);