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