1 write to ControllerReleaser
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCacheEntry.cs (1)
22ControllerReleaser = controllerReleaser;
2 references to ControllerReleaser
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (2)
51if (_instance != null && _cacheEntry.ControllerReleaser != null) 53return _cacheEntry.ControllerReleaser(_controllerContext, _instance);