1 implementation of IResourceNamesCache
Microsoft.Extensions.Localization (1)
ResourceNamesCache.cs (1)
13public class ResourceNamesCache : IResourceNamesCache
9 references to IResourceNamesCache
Microsoft.Extensions.Localization (8)
Internal\ResourceManagerStringProvider.cs (2)
20private readonly IResourceNamesCache _resourceNamesCache; 26IResourceNamesCache resourceCache,
ResourceManagerStringLocalizer.cs (4)
24private readonly IResourceNamesCache _resourceNamesCache; 42IResourceNamesCache resourceNamesCache, 60IResourceNamesCache resourceNamesCache, 82IResourceNamesCache resourceNamesCache,
ResourceManagerStringLocalizerFactory.cs (1)
25private readonly IResourceNamesCache _resourceNamesCache = new ResourceNamesCache();
ResourceNamesCache.cs (1)
11/// An implementation of <see cref="IResourceNamesCache"/> backed by a <see cref="ConcurrentDictionary{TKey, TValue}"/>.
Microsoft.Extensions.Localization.Tests (1)
ResourceManagerStringLocalizerTest.cs (1)
272IResourceNamesCache resourceCache,