1 write to _cache
NuGet.Frameworks (1)
CompatibilityProvider.cs (1)
22_cache = new ConcurrentDictionary<CompatibilityCacheKey, bool>();
2 references to _cache
NuGet.Frameworks (2)
CompatibilityProvider.cs (2)
39if (!_cache.TryGetValue(cacheKey, out bool result)) 42_cache.TryAdd(cacheKey, result);