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)
443
if (
_portableOptionalFrameworks
.TryGetValue(profile, out HashSet<NuGetFramework>? frameworks))
469
if (
_portableOptionalFrameworks
.TryGetValue(profile, out HashSet<NuGetFramework>? optional))
921
if (!
_portableOptionalFrameworks
.TryGetValue(pair.Key, out HashSet<NuGetFramework>? frameworks))
924
_portableOptionalFrameworks
.Add(pair.Key, frameworks);