1 implementation of CreateControllerFactory
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerFactoryProvider.cs (1)
38public Func<ControllerContext, object> CreateControllerFactory(ControllerActionDescriptor descriptor)
1 reference to CreateControllerFactory
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCache.cs (1)
62var controllerFactory = _controllerFactoryProvider.CreateControllerFactory(actionDescriptor);