1 write to _profilesToShortName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
90_profilesToShortName = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
3 references to _profilesToShortName
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\FrameworkNameProvider.cs (3)
141return TryConvertOrNormalize(profileShortName, _profileShortToLong, _profilesToShortName, out profile); 151return TryConvertOrNormalize(profile, _profilesToShortName, _profileShortToLong, out profileShortName); 887_profilesToShortName.Add(profileMapping.Mapping.Value, profileMapping.Mapping.Key);