1 instantiation of InnerCache
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ViewComponentInvokerCache.cs (1)
31current = new InnerCache(actionDescriptors.Version);
4 references to InnerCache
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewComponents\ViewComponentInvokerCache.cs (4)
15private volatile InnerCache _currentCache; 22private InnerCache CurrentCache 26var current = _currentCache; 41var cache = CurrentCache;