34 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.Core.Test (22)
ApplicationParts\ApplicationPartManagerTest.cs (3)
31manager.PopulateFeature(feature); 52manager.PopulateFeature(feature); 70manager.PopulateFeature(feature);
Controllers\ControllerFeatureProviderTest.cs (19)
22manager.PopulateFeature(feature); 38manager.PopulateFeature(feature); 54manager.PopulateFeature(feature); 70manager.PopulateFeature(feature); 85manager.PopulateFeature(feature); 100manager.PopulateFeature(feature); 115manager.PopulateFeature(feature); 130manager.PopulateFeature(feature); 145manager.PopulateFeature(feature); 160manager.PopulateFeature(feature); 176manager.PopulateFeature(feature); 191manager.PopulateFeature(feature); 206manager.PopulateFeature(feature); 222manager.PopulateFeature(feature); 238manager.PopulateFeature(feature); 254manager.PopulateFeature(feature); 271manager.PopulateFeature(feature); 287manager.PopulateFeature(feature); 377manager.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.Razor.RuntimeCompilation (1)
RuntimeViewCompilerProvider.cs (1)
52_applicationPartManager.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);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\ViewComponentFeatureProviderTest.cs (2)
24manager.PopulateFeature(feature); 41manager.PopulateFeature(feature);