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