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)
141
return TryConvertOrNormalize(profileShortName,
_profileShortToLong
, _profilesToShortName, out profile);
151
return TryConvertOrNormalize(profile, _profilesToShortName,
_profileShortToLong
, out profileShortName);
888
_profileShortToLong
.Add(profileMapping.Mapping.Key, profileMapping.Mapping.Value);