1 write to _portableCompatibilityMappings
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
103_portableCompatibilityMappings = new Dictionary<int, HashSet<FrameworkRange>>();
4 references to _portableCompatibilityMappings
NuGet.Frameworks (4)
FrameworkNameProvider.cs (4)
526if (_portableCompatibilityMappings.TryGetValue(profile, out HashSet<FrameworkRange>? entries)) 953if (!_portableCompatibilityMappings.TryGetValue(mapping.Key, out HashSet<FrameworkRange>? entries)) 956_portableCompatibilityMappings.Add(mapping.Key, entries); 1121foreach (var pair in _portableCompatibilityMappings)