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