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