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)
514
if (
_portableCompatibilityMappings
.TryGetValue(profile, out HashSet<FrameworkRange>? entries))
941
if (!
_portableCompatibilityMappings
.TryGetValue(mapping.Key, out HashSet<FrameworkRange>? entries))
944
_portableCompatibilityMappings
.Add(mapping.Key, entries);
1109
foreach (var pair in
_portableCompatibilityMappings
)