1 write to _portableCompatibilityMappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
102_portableCompatibilityMappings = new Dictionary<int, HashSet<FrameworkRange>>();
4 references to _portableCompatibilityMappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
Nuget.Frameworks\FrameworkNameProvider.cs (4)
514if (_portableCompatibilityMappings.TryGetValue(profile, out HashSet<FrameworkRange>? entries)) 941if (!_portableCompatibilityMappings.TryGetValue(mapping.Key, out HashSet<FrameworkRange>? entries)) 944_portableCompatibilityMappings.Add(mapping.Key, entries); 1109foreach (var pair in _portableCompatibilityMappings)