1 implementation of TryGetVersion
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
154public bool TryGetVersion(string versionString, [NotNullWhen(true)] out Version? version)
1 reference to TryGetVersion
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NuGetFrameworkFactory.cs (1)
288|| mappings.TryGetVersion(parts.Item2, out version))