2 references to Null
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvokerProvider.cs (1)
54
_actionContextAccessor = actionContextAccessor ?? ActionContextAccessor.
Null
;
Routing\ControllerRequestDelegateFactory.cs (1)
57
_actionContextAccessor = actionContextAccessor ?? ActionContextAccessor.
Null
;