2 implementations of Apply
Microsoft.AspNetCore.Mvc.Core.Test (2)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (2)
448
public void
Apply
(ControllerModel controller)
456
public void
Apply
(ControllerModel controller)
3 references to Apply
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ApplicationModelConventions.cs (1)
45
controllerConvention.
Apply
(controller);
DependencyInjection\ApplicationModelConventionExtensions.cs (1)
220
_controllerModelConvention.
Apply
(controller);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (1)
1137
.Setup(c => c.
Apply
(It.IsAny<ControllerModel>()))