4 implementations of PopulateFeature
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerFeatureProvider.cs (1)
18
public void
PopulateFeature
(
Microsoft.AspNetCore.Mvc.Razor (2)
ApplicationParts\RazorCompiledItemFeatureProvider.cs (1)
16
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
TagHelpers\TagHelperFeatureProvider.cs (1)
16
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, TagHelperFeature feature)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ViewComponentFeatureProvider.cs (1)
15
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
1 reference to PopulateFeature
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\ApplicationPartManager.cs (1)
47
provider.
PopulateFeature
(ApplicationParts, feature);