4 implementations of PopulateFeature
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerFeatureProvider.cs (1)
18public void PopulateFeature(
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.ViewFeatures (1)
ViewComponents\ViewComponentFeatureProvider.cs (1)
15public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
1 reference to PopulateFeature
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\ApplicationPartManager.cs (1)
47provider.PopulateFeature(ApplicationParts, feature);