1 implementation of TryGetPortableProfile
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
275
public bool
TryGetPortableProfile
(IEnumerable<NuGetFramework> supportedFrameworks, out int profileNumber)
2 references to TryGetPortableProfile
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\NuGetFrameworkFactory.cs (2)
101
if (mappings.
TryGetPortableProfile
(clientFrameworks, out int profileNumber))
345
if (mappings.
TryGetPortableProfile
(clientFrameworks, out profileNumber))