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