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