6 implementations of Apply
ApplicationModelWebSite (4)
Controllers\ControllerModelController.cs (1)
28public void Apply(ControllerModel model)
Conventions\CloneActionConvention.cs (1)
10public void Apply(ControllerModel controller)
Conventions\ControllerDescriptionAttribute.cs (1)
17public void Apply(ControllerModel model)
Conventions\ControllerLicenseConvention.cs (1)
10public void Apply(ControllerModel controller)
Microsoft.AspNetCore.Mvc.Core.Test (2)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (2)
448public void Apply(ControllerModel controller) 456public void Apply(ControllerModel controller)
3 references to Apply
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ApplicationModelConventions.cs (1)
45controllerConvention.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>()))