1 write to Version
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ViewComponentDescriptorCollection.cs (1)
21
Version
= version;
5 references to Version
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
ViewComponents\DefaultViewComponentSelector.cs (2)
33
if (_cache == null || _cache.Version != collection.
Version
)
57
Version = collection.
Version
;
ViewComponents\IViewComponentDescriptorCollectionProvider.cs (1)
14
/// <see cref="ViewComponentDescriptorCollection.
Version
"/> in a thread safe way.
ViewComponents\ViewComponentInvokerCache.cs (2)
29
if (current == null || current.Version != actionDescriptors.
Version
)
31
current = new InnerCache(actionDescriptors.
Version
);