9 instantiations of FrameworkSpecificMapping
Microsoft.VisualStudio.TestPlatform.ObjectModel (9)
Nuget.Frameworks\DefaultFrameworkMappings.cs (9)
99
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Net, "Client", "Client"),
100
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Net, "CF", "CompactFramework"),
101
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Net, "Full", string.Empty),
102
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Silverlight, "WP", "WindowsPhone"),
103
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Silverlight, "WP71", "WindowsPhone71")
240
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Net, "Client", string.Empty),
241
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Net, "Full", string.Empty),
242
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.Silverlight, "WindowsPhone71", "WindowsPhone"),
243
new
FrameworkSpecificMapping
(FrameworkConstants.FrameworkIdentifiers.WindowsPhone, "WindowsPhone71", "WindowsPhone")
10 references to FrameworkSpecificMapping
Microsoft.VisualStudio.TestPlatform.ObjectModel (10)
Nuget.Frameworks\DefaultFrameworkMappings.cs (4)
95
private static readonly Lazy<
FrameworkSpecificMapping
[]> ProfileShortNamesLazy = new(() =>
107
public IEnumerable<
FrameworkSpecificMapping
> ProfileShortNames
235
private static readonly Lazy<
FrameworkSpecificMapping
[]> EquivalentProfilesLazy = new(() =>
247
public IEnumerable<
FrameworkSpecificMapping
> EquivalentProfiles
Nuget.Frameworks\FrameworkNameProvider.cs (4)
757
private void AddEquivalentProfiles(IEnumerable<
FrameworkSpecificMapping
> mappings)
761
foreach (
var
profileMapping in mappings)
881
private void AddProfileShortNames(IEnumerable<
FrameworkSpecificMapping
> mappings)
885
foreach (
var
profileMapping in mappings)
Nuget.Frameworks\IFrameworkMappings.cs (2)
30
IEnumerable<
FrameworkSpecificMapping
> ProfileShortNames { get; }
42
IEnumerable<
FrameworkSpecificMapping
> EquivalentProfiles { get; }