1 instantiation of DefaultViewComponentDescriptorCollectionProvider
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\DefaultViewComponentSelectorTest.cs (1)
174var provider = new DefaultViewComponentDescriptorCollectionProvider(
4 references to DefaultViewComponentDescriptorCollectionProvider
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
176DefaultViewComponentDescriptorCollectionProvider>();
ViewComponents\DefaultViewComponentDescriptorCollectionProvider.cs (1)
17/// Creates a new instance of <see cref="DefaultViewComponentDescriptorCollectionProvider"/>.
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponentResultTest.cs (1)
667services.AddSingleton<IViewComponentDescriptorCollectionProvider, DefaultViewComponentDescriptorCollectionProvider>();
ViewComponents\DefaultViewComponentSelectorTest.cs (1)
174var provider = new DefaultViewComponentDescriptorCollectionProvider(