1 write to ControllerBinderDelegate
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCacheEntry.cs (1)
23ControllerBinderDelegate = controllerBinderDelegate;
2 references to ControllerBinderDelegate
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (2)
523Debug.Assert(_cacheEntry.ControllerBinderDelegate != null); 524return _cacheEntry.ControllerBinderDelegate(_controllerContext, _instance!, _arguments!);