17 implementations of PopulateFeature
Microsoft.AspNetCore.Identity.UI (1)
IdentityBuilderUIExtensions.cs (1)
111
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerFeatureProvider.cs (1)
18
public void
PopulateFeature
(
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationParts\ApplicationPartManagerTest.cs (2)
119
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewComponentsFeature feature)
137
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ControllersFeature feature)
TestFeatureProvider.cs (1)
24
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ControllerFeature feature)
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.Razor.Test (2)
Compilation\DefaultViewCompilerTest.cs (1)
151
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
DependencyInjection\MvcRazorMvcCoreBuilderExtensionsTest.cs (1)
117
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, TagHelperFeature feature)
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Builder\PageActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (1)
241
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewsFeature feature)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ViewComponentFeatureProvider.cs (1)
15
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Builder\ControllerActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (1)
314
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ControllerFeature feature)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensionsTest.cs (1)
179
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentDescriptorProviderTest.cs (1)
178
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentHelperTest.cs (1)
199
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentSelectorTest.cs (1)
260
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
Mvc.RoutingWebSite (1)
Infrastructure\ManualControllerFeatureProvider.cs (1)
18
public void
PopulateFeature
(IEnumerable<ApplicationPart> parts, ControllerFeature feature)
1 reference to PopulateFeature
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\ApplicationPartManager.cs (1)
47
provider.
PopulateFeature
(ApplicationParts, feature);