1 implementation of TryGetShortProfile
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
149
public bool
TryGetShortProfile
(string frameworkIdentifier, string profile, [NotNullWhen(true)] out string? profileShortName)
1 reference to TryGetShortProfile
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NuGetFramework.cs (1)
276
if (framework.HasProfile && !mappings.
TryGetShortProfile
(framework.Framework, framework.Profile, out shortProfile))