1 implementation of TryGetProfile
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
139
public bool
TryGetProfile
(string frameworkIdentifier, string profileShortName, [NotNullWhen(true)] out string? profile)
2 references to TryGetProfile
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\NuGetFrameworkFactory.cs (2)
92
if (!mappings.
TryGetProfile
(targetFrameworkIdentifier, targetFrameworkProfile ?? string.Empty, out profile))
331
if (!mappings.
TryGetProfile
(framework, profileShort, out string? profile))