Implemented interface member:
2 references to Compare
NuGet.Commands (1)
ListCommand\ListCommandRunner.cs (1)
124return _comparer.Compare(x.Identity, y.Identity);
NuGet.Packaging (1)
Core\PackageIdentity.cs (1)
83return Comparer.Compare(this, other);