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)
39
if (!
_cache
.TryGetValue(cacheKey, out bool result))
42
_cache
.TryAdd(cacheKey, result);