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