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