21 references to AddHashCode
NuGet.PackageManagement (21)
src\nuget-client\build\Shared\HashCodeCombiner.cs (21)
34AddHashCode(i); 39AddHashCode(b ? 1 : 0); 47AddHashCode(comparer.GetHashCode(o)); 56AddHashCode(o.GetHashCode()); 66AddHashCode(o.GetHashCode()); 74AddHashCode(o.GetHashCode()); 81AddHashCode(StringComparer.OrdinalIgnoreCase.GetHashCode(s)); 91AddHashCode(item.GetHashCode()); 102AddHashCode(item.GetHashCode()); 113AddHashCode(item.GetHashCode()); 125AddHashCode(list[i].GetHashCode()); 142AddHashCode(hashCode); 143AddHashCode(count); 159AddHashCode(hashCode); 160AddHashCode(count); 184AddHashCode(dictionaryHash + count); 197combiner.AddHashCode(o1.GetHashCode()); 198combiner.AddHashCode(o2.GetHashCode()); 213combiner.AddHashCode(o1.GetHashCode()); 214combiner.AddHashCode(o2.GetHashCode()); 215combiner.AddHashCode(o3.GetHashCode());