1 write to _cache
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentSelector.cs (1)
35_cache = new ViewComponentDescriptorCache(collection);
4 references to _cache
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewComponents\DefaultViewComponentSelector.cs (4)
33if (_cache == null || _cache.Version != collection.Version) 42return _cache.SelectByFullName(componentName); 46return _cache.SelectByShortName(componentName);