4 instantiations of ViewComponentFeature
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
45var feature = new ViewComponentFeature();
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
43var feature = new ViewComponentFeature();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\ViewComponentFeatureProviderTest.cs (2)
21var feature = new ViewComponentFeature(); 38var feature = new ViewComponentFeature();
15 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)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensionsTest.cs (2)
177private class TestProvider : IApplicationFeatureProvider<ViewComponentFeature> 179public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentDescriptorProviderTest.cs (2)
176private class TestFeatureProvider : IApplicationFeatureProvider<ViewComponentFeature> 178public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentHelperTest.cs (2)
197private class TestFeatureProvider : IApplicationFeatureProvider<ViewComponentFeature> 199public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\DefaultViewComponentSelectorTest.cs (2)
258private class TestFeatureProvider : IApplicationFeatureProvider<ViewComponentFeature> 260public void PopulateFeature(IEnumerable<ApplicationPart> parts, ViewComponentFeature feature)
ViewComponents\ViewComponentFeatureProviderTest.cs (2)
21var feature = new ViewComponentFeature(); 38var feature = new ViewComponentFeature();