Base:
6 references to GetHashCode
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundDagEvaluation.cs (3)
151return unionInstance.GetHashCode(); 289public override int GetHashCode() => Hash.Combine(base.GetHashCode(), this.Target.GetHashCode()); 383return DecisionDagBuilder.NotTypeEvaluationInput(Input.Source).GetHashCode();
BoundTree\BoundDagTemp.cs (2)
30Debug.Assert(other.GetHashCode() == this.GetHashCode());
BoundTree\BoundDagTest.cs (1)
48return Hash.Combine(((int)Kind).GetHashCode(), Input.GetHashCode());