1 instantiation of ViewComponentDescriptorCache
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentSelector.cs (1)
35
_cache = new
ViewComponentDescriptorCache
(collection);
1 reference to ViewComponentDescriptorCache
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentSelector.cs (1)
16
private
ViewComponentDescriptorCache
_cache;