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)
526
if (
_portableCompatibilityMappings
.TryGetValue(profile, out HashSet<FrameworkRange>? entries))
953
if (!
_portableCompatibilityMappings
.TryGetValue(mapping.Key, out HashSet<FrameworkRange>? entries))
956
_portableCompatibilityMappings
.Add(mapping.Key, entries);
1121
foreach (var pair in
_portableCompatibilityMappings
)