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