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)
51
if (_instance != null &&
_cacheEntry
.ControllerReleaser != null)
53
return
_cacheEntry
.ControllerReleaser(_controllerContext, _instance);
70
_instance =
_cacheEntry
.ControllerFactory(controllerContext);
386
var objectMethodExecutor =
_cacheEntry
.ObjectMethodExecutor;
387
var actionMethodExecutor =
_cacheEntry
.ActionMethodExecutor;
410
var objectMethodExecutor = invoker.
_cacheEntry
.ObjectMethodExecutor;
413
var actionMethodExecutor = invoker.
_cacheEntry
.ActionMethodExecutor;
523
Debug.Assert(
_cacheEntry
.ControllerBinderDelegate != null);
524
return
_cacheEntry
.ControllerBinderDelegate(_controllerContext, _instance!, _arguments!);