Base:
4 references to GetHashCode
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundDagEvaluation.cs (1)
281public override int GetHashCode() => Hash.Combine(base.GetHashCode(), this.Target.GetHashCode());
BoundTree\BoundDagTemp.cs (2)
30Debug.Assert(other.GetHashCode() == this.GetHashCode());
BoundTree\BoundDagTest.cs (1)
47return Hash.Combine(((int)Kind).GetHashCode(), Input.GetHashCode());