1 implementation of TryGetIdentifier
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
141
public bool
TryGetIdentifier
(string framework, [NotNullWhen(true)] out string? identifier)
2 references to TryGetIdentifier
NuGet.Frameworks (2)
NuGetFrameworkFactory.cs (2)
177
framework = mappings.
TryGetIdentifier
(parts[0], out string? mappedFramework)
283
if (mappings.
TryGetIdentifier
(parts.Item1, out string? framework))