1 implementation of CompareEquivalentFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
1012public int CompareEquivalentFrameworks(NuGetFramework? x, NuGetFramework? y)
1 reference to CompareEquivalentFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkPrecedenceSorter.cs (1)
25return _allEquivalent ? _mappings.CompareEquivalentFrameworks(x, y) : _mappings.CompareFrameworks(x, y);