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