1 write to Mapping
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkSpecificMapping.cs (1)
22
Mapping
= mapping;
6 references to Mapping
Microsoft.VisualStudio.TestPlatform.ObjectModel (6)
Nuget.Frameworks\FrameworkNameProvider.cs (6)
764
var profile1 = profileMapping.
Mapping
.Key;
765
var profile2 = profileMapping.
Mapping
.Value;
887
_profilesToShortName.Add(profileMapping.
Mapping
.Value, profileMapping.
Mapping
.Key);
888
_profileShortToLong.Add(profileMapping.
Mapping
.Key, profileMapping.
Mapping
.Value);