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