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)
587if (_equivalentProfiles.TryGetValue(fw.Framework, out Dictionary<string, HashSet<string>>? eqProfiles)) 779if (!_equivalentProfiles.TryGetValue(frameworkIdentifier, out Dictionary<string, HashSet<string>>? profileMappings)) 782_equivalentProfiles.Add(frameworkIdentifier, profileMappings);