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