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)
174framework = mappings.TryGetIdentifier(parts[0], out string? mappedFramework) 280if (mappings.TryGetIdentifier(parts.Item1, out string? framework))