1 write to _comparer
NuGet.Packaging (1)
TopologicalSortUtility.cs (1)
195
_comparer
= comparer ?? throw new ArgumentNullException(nameof(comparer));
1 reference to _comparer
NuGet.Packaging (1)
TopologicalSortUtility.cs (1)
210
return
_comparer
.Compare(x.Id, y.Id);