1 write to _cacheEntry
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
44_cacheEntry = cacheEntry;
9 references to _cacheEntry
Microsoft.AspNetCore.Mvc.Core (9)
Infrastructure\ControllerActionInvoker.cs (9)
53if (_instance != null && _cacheEntry.ControllerReleaser != null) 55return _cacheEntry.ControllerReleaser(_controllerContext, _instance); 72_instance = _cacheEntry.ControllerFactory(controllerContext); 388var objectMethodExecutor = _cacheEntry.ObjectMethodExecutor; 389var actionMethodExecutor = _cacheEntry.ActionMethodExecutor; 412var objectMethodExecutor = invoker._cacheEntry.ObjectMethodExecutor; 415var actionMethodExecutor = invoker._cacheEntry.ActionMethodExecutor; 525Debug.Assert(_cacheEntry.ControllerBinderDelegate != null); 526return _cacheEntry.ControllerBinderDelegate(_controllerContext, _instance!, _arguments!);