29 references to Combine
Microsoft.Interop.SourceGeneration (29)
HashCode.cs (29)
18return Hash.Combine(t1 != null ? t1.GetHashCode() : 0, t2 != null ? t2.GetHashCode() : 0); 24combinedHash = Hash.Combine(combinedHash, t2 != null ? t2.GetHashCode() : 0); 25return Hash.Combine(combinedHash, t3 != null ? t3.GetHashCode() : 0); 31combinedHash = Hash.Combine(combinedHash, t2 != null ? t2.GetHashCode() : 0); 32combinedHash = Hash.Combine(combinedHash, t3 != null ? t3.GetHashCode() : 0); 33return Hash.Combine(combinedHash, t4 != null ? t4.GetHashCode() : 0); 39combinedHash = Hash.Combine(combinedHash, t2 != null ? t2.GetHashCode() : 0); 40combinedHash = Hash.Combine(combinedHash, t3 != null ? t3.GetHashCode() : 0); 41combinedHash = Hash.Combine(combinedHash, t4 != null ? t4.GetHashCode() : 0); 42return Hash.Combine(combinedHash, t5 != null ? t5.GetHashCode() : 0); 48combinedHash = Hash.Combine(combinedHash, t2 != null ? t2.GetHashCode() : 0); 49combinedHash = Hash.Combine(combinedHash, t3 != null ? t3.GetHashCode() : 0); 50combinedHash = Hash.Combine(combinedHash, t4 != null ? t4.GetHashCode() : 0); 51combinedHash = Hash.Combine(combinedHash, t5 != null ? t5.GetHashCode() : 0); 52return Hash.Combine(combinedHash, t6 != null ? t6.GetHashCode() : 0); 58combinedHash = Hash.Combine(combinedHash, t2 != null ? t2.GetHashCode() : 0); 59combinedHash = Hash.Combine(combinedHash, t3 != null ? t3.GetHashCode() : 0); 60combinedHash = Hash.Combine(combinedHash, t4 != null ? t4.GetHashCode() : 0); 61combinedHash = Hash.Combine(combinedHash, t5 != null ? t5.GetHashCode() : 0); 62combinedHash = Hash.Combine(combinedHash, t6 != null ? t6.GetHashCode() : 0); 63return Hash.Combine(combinedHash, t7 != null ? t7.GetHashCode() : 0); 69combinedHash = Hash.Combine(combinedHash, t2 != null ? t2.GetHashCode() : 0); 70combinedHash = Hash.Combine(combinedHash, t3 != null ? t3.GetHashCode() : 0); 71combinedHash = Hash.Combine(combinedHash, t4 != null ? t4.GetHashCode() : 0); 72combinedHash = Hash.Combine(combinedHash, t5 != null ? t5.GetHashCode() : 0); 73combinedHash = Hash.Combine(combinedHash, t6 != null ? t6.GetHashCode() : 0); 74combinedHash = Hash.Combine(combinedHash, t7 != null ? t7.GetHashCode() : 0); 75return Hash.Combine(combinedHash, t8 != null ? t8.GetHashCode() : 0); 83hash = Hash.Combine(hash, value.GetHashCode());