6 implementations of Apply
ApplicationModelWebSite (4)
Controllers\ControllerModelController.cs (1)
28
public void
Apply
(ControllerModel model)
Conventions\CloneActionConvention.cs (1)
10
public void
Apply
(ControllerModel controller)
Conventions\ControllerDescriptionAttribute.cs (1)
17
public void
Apply
(ControllerModel model)
Conventions\ControllerLicenseConvention.cs (1)
10
public void
Apply
(ControllerModel controller)
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>()))