Base:
6 references to GetHashCode
Microsoft.CodeAnalysis.CSharp (6)
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
());