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)
25return _allEquivalent ? _mappings.CompareEquivalentFrameworks(x, y) : _mappings.CompareFrameworks(x, y);