1 write to _equivalentFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
95_equivalentFrameworks = new Dictionary<NuGetFramework, HashSet<NuGetFramework>>();
8 references to _equivalentFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (8)
Nuget.Frameworks\FrameworkNameProvider.cs (8)
371if (_equivalentFrameworks.TryGetValue(current, out HashSet<NuGetFramework>? currentEquivalent)) 413if (_equivalentFrameworks.TryGetValue(current!, out HashSet<NuGetFramework>? curFrameworks)) 561if (_equivalentFrameworks.TryGetValue(framework, out HashSet<NuGetFramework>? eqFrameworks)) 603foreach (var framework in _equivalentFrameworks.Keys.Where(f => range.Satisfies(f))) 814if (!_equivalentFrameworks.TryGetValue(next, out HashSet<NuGetFramework>? eqFrameworks)) 818_equivalentFrameworks.Add(next, eqFrameworks); 837_equivalentFrameworks[framework].Add(other); 1094foreach (var framework in _equivalentFrameworks.Values.SelectMany(x => x))