1 write to _equivalentProfiles
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
97
_equivalentProfiles
= new Dictionary<string, Dictionary<string, HashSet<string>>>(StringComparer.OrdinalIgnoreCase);
3 references to _equivalentProfiles
NuGet.Frameworks (3)
FrameworkNameProvider.cs (3)
587
if (
_equivalentProfiles
.TryGetValue(fw.Framework, out Dictionary<string, HashSet<string>>? eqProfiles))
779
if (!
_equivalentProfiles
.TryGetValue(frameworkIdentifier, out Dictionary<string, HashSet<string>>? profileMappings))
782
_equivalentProfiles
.Add(frameworkIdentifier, profileMappings);