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