3 references to _comparer
NuGet.Commands (3)
ListCommand\ListCommandRunner.cs (3)
124
return
_comparer
.Compare(x.Identity, y.Identity);
138
return
_comparer
.Equals(x.Identity, y.Identity);
147
return
_comparer
.GetHashCode(obj.Identity);