4 references to ViewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
48foreach (var viewComponent in feature.ViewComponents.Select(vc => vc.AsType()))
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
45return feature.ViewComponents;
ViewComponents\ViewComponentFeatureProvider.cs (2)
22if (ViewComponentConventions.IsComponent(type) && !feature.ViewComponents.Contains(type)) 24feature.ViewComponents.Add(type);