1 write to _mappings
NuGet.Frameworks (1)
comparers\FrameworkPrecedenceSorter.cs (1)
19
_mappings
= mappings ?? throw new ArgumentNullException(nameof(mappings));
2 references to _mappings
NuGet.Frameworks (2)
comparers\FrameworkPrecedenceSorter.cs (2)
25
return _allEquivalent ?
_mappings
.CompareEquivalentFrameworks(x, y) :
_mappings
.CompareFrameworks(x, y);