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)
33
if (
_cache
== null ||
_cache
.Version != collection.Version)
42
return
_cache
.SelectByFullName(componentName);
46
return
_cache
.SelectByShortName(componentName);