1 implementation of TryGetIdentifier
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
134public bool TryGetIdentifier(string framework, [NotNullWhen(true)] out string? identifier)
2 references to TryGetIdentifier
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\NuGetFrameworkFactory.cs (2)
177framework = mappings.TryGetIdentifier(parts[0], out string? mappedFramework) 283if (mappings.TryGetIdentifier(parts.Item1, out string? framework))