2 instantiations of ViewComponentFeature
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
45var feature = new ViewComponentFeature();
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
43var feature = new ViewComponentFeature();
5 references to ViewComponentFeature
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
45var feature = new ViewComponentFeature();
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
43var feature = new ViewComponentFeature();
ViewComponents\ViewComponentFeature.cs (1)
11/// The list of view component types in an MVC application.The <see cref="ViewComponentFeature"/> can be populated
ViewComponents\ViewComponentFeatureProvider.cs (2)
12public class ViewComponentFeatureProvider : IApplicationFeatureProvider<ViewComponentFeature> 15public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)