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)
53
if (_instance != null &&
_cacheEntry
.ControllerReleaser != null)
55
return
_cacheEntry
.ControllerReleaser(_controllerContext, _instance);
72
_instance =
_cacheEntry
.ControllerFactory(controllerContext);
388
var objectMethodExecutor =
_cacheEntry
.ObjectMethodExecutor;
389
var actionMethodExecutor =
_cacheEntry
.ActionMethodExecutor;
412
var objectMethodExecutor = invoker.
_cacheEntry
.ObjectMethodExecutor;
415
var actionMethodExecutor = invoker.
_cacheEntry
.ActionMethodExecutor;
525
Debug.Assert(
_cacheEntry
.ControllerBinderDelegate != null);
526
return
_cacheEntry
.ControllerBinderDelegate(_controllerContext, _instance!, _arguments!);