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