6 references to CombineHashCodes
System.Numerics (6)
System\Numerics\Vector2.cs (1)
42
hash = HashCodeHelper.
CombineHashCodes
(hash, this.Y.GetHashCode());
System\Numerics\Vector3.cs (2)
47
hash = HashCodeHelper.
CombineHashCodes
(hash, this.Y.GetHashCode());
48
hash = HashCodeHelper.
CombineHashCodes
(hash, this.Z.GetHashCode());
System\Numerics\Vector4.cs (3)
50
hash = HashCodeHelper.
CombineHashCodes
(hash, this.Y.GetHashCode());
51
hash = HashCodeHelper.
CombineHashCodes
(hash, this.Z.GetHashCode());
52
hash = HashCodeHelper.
CombineHashCodes
(hash, this.W.GetHashCode());