1 instantiation of DefaultPortableFrameworkMappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\DefaultPortableFrameworkMappings.cs (1)
173
private static readonly Lazy<IPortableFrameworkMappings> InstanceLazy = new(() => new
DefaultPortableFrameworkMappings
());
1 reference to DefaultPortableFrameworkMappings
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\DefaultFrameworkNameProvider.cs (1)
12
new IPortableFrameworkMappings[] {
DefaultPortableFrameworkMappings
.Instance })