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