1 write to _equivalentProfiles
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
96
_equivalentProfiles
= new Dictionary<string, Dictionary<string, HashSet<string>>>(StringComparer.OrdinalIgnoreCase);
3 references to _equivalentProfiles
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\FrameworkNameProvider.cs (3)
575
if (
_equivalentProfiles
.TryGetValue(fw.Framework, out Dictionary<string, HashSet<string>>? eqProfiles))
767
if (!
_equivalentProfiles
.TryGetValue(frameworkIdentifier, out Dictionary<string, HashSet<string>>? profileMappings))
770
_equivalentProfiles
.Add(frameworkIdentifier, profileMappings);