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