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