9 references to PopulateFeature
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ControllerActionDescriptorProvider.cs (1)
85_partManager.PopulateFeature(feature);
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (1)
125builder.PartManager.PopulateFeature(feature);
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (1)
142builder.PartManager.PopulateFeature(feature);
Microsoft.AspNetCore.Mvc.Razor (2)
Compilation\DefaultViewCompiler.cs (1)
46_applicationPartManager.PopulateFeature(viewsFeature);
DependencyInjection\TagHelpersAsServices.cs (1)
20manager.PopulateFeature(feature);
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\CompiledPageRouteModelProvider.cs (1)
83applicationManager.PopulateFeature(viewsFeature);
Infrastructure\CompiledPageActionDescriptorProvider.cs (1)
55_applicationPartManager.PopulateFeature(feature);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
46builder.PartManager.PopulateFeature(feature);
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
44_partManager.PopulateFeature(feature);