17 implementations of PopulateFeature
Microsoft.AspNetCore.Identity.UI (1)
IdentityBuilderUIExtensions.cs (1)
111public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerFeatureProvider.cs (1)
18public void PopulateFeature(
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationParts\ApplicationPartManagerTest.cs (2)
119public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentsFeature feature) 137public void PopulateFeature(IEnumerable<ApplicationPart> parts, ControllersFeature feature)
TestFeatureProvider.cs (1)
24public void PopulateFeature(IEnumerable<ApplicationPart> parts, ControllerFeature feature)
Microsoft.AspNetCore.Mvc.Razor (2)
ApplicationParts\RazorCompiledItemFeatureProvider.cs (1)
16public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
TagHelpers\TagHelperFeatureProvider.cs (1)
16public void PopulateFeature(IEnumerable<ApplicationPart> parts, TagHelperFeature feature)
Microsoft.AspNetCore.Mvc.Razor.Test (2)
Compilation\DefaultViewCompilerTest.cs (1)
151public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
DependencyInjection\MvcRazorMvcCoreBuilderExtensionsTest.cs (1)
117public void PopulateFeature(IEnumerable<ApplicationPart> parts, TagHelperFeature feature)
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Builder\PageActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (1)
241public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ViewComponentFeatureProvider.cs (1)
15public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Builder\ControllerActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (1)
314public void PopulateFeature(IEnumerable<ApplicationPart> parts, ControllerFeature feature)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensionsTest.cs (1)
179public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentDescriptorProviderTest.cs (1)
178public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentHelperTest.cs (1)
199public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentSelectorTest.cs (1)
260public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
Mvc.RoutingWebSite (1)
Infrastructure\ManualControllerFeatureProvider.cs (1)
18public void PopulateFeature(IEnumerable<ApplicationPart> parts, ControllerFeature feature)
1 reference to PopulateFeature
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\ApplicationPartManager.cs (1)
47provider.PopulateFeature(ApplicationParts, feature);