1 write to _cacheEntry
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
42_cacheEntry = cacheEntry;
9 references to _cacheEntry
Microsoft.AspNetCore.Mvc.Core (9)
Infrastructure\ControllerActionInvoker.cs (9)
51if (_instance != null && _cacheEntry.ControllerReleaser != null) 53return _cacheEntry.ControllerReleaser(_controllerContext, _instance); 70_instance = _cacheEntry.ControllerFactory(controllerContext); 386var objectMethodExecutor = _cacheEntry.ObjectMethodExecutor; 387var actionMethodExecutor = _cacheEntry.ActionMethodExecutor; 410var objectMethodExecutor = invoker._cacheEntry.ObjectMethodExecutor; 413var actionMethodExecutor = invoker._cacheEntry.ActionMethodExecutor; 523Debug.Assert(_cacheEntry.ControllerBinderDelegate != null); 524return _cacheEntry.ControllerBinderDelegate(_controllerContext, _instance!, _arguments!);