1 write to _portableOptionalFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
94_portableOptionalFrameworks = new Dictionary<int, HashSet<NuGetFramework>>();
4 references to _portableOptionalFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
Nuget.Frameworks\FrameworkNameProvider.cs (4)
443if (_portableOptionalFrameworks.TryGetValue(profile, out HashSet<NuGetFramework>? frameworks)) 469if (_portableOptionalFrameworks.TryGetValue(profile, out HashSet<NuGetFramework>? optional)) 921if (!_portableOptionalFrameworks.TryGetValue(pair.Key, out HashSet<NuGetFramework>? frameworks)) 924_portableOptionalFrameworks.Add(pair.Key, frameworks);