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