1 write to _subSetFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
97_subSetFrameworks = new Dictionary<string, HashSet<string>>(StringComparer.OrdinalIgnoreCase);
5 references to _subSetFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Nuget.Frameworks\FrameworkNameProvider.cs (5)
742if (!_subSetFrameworks.TryGetValue(mapping.Value, out HashSet<string>? subSets)) 745_subSetFrameworks.Add(mapping.Value, subSets); 981if (_subSetFrameworks.TryGetValue(frameworkIdentifier, out HashSet<string>? values)) 1125var superSetFrameworks = _subSetFrameworks 1137if (_subSetFrameworks.TryGetValue(framework.Framework, out HashSet<string>? subset))