Base:
3 references to GetHashCode
Microsoft.DotNet.ApiCompatibility (3)
CompatDifference.cs (2)
90hashCode = hashCode * -1521134295 + Left.GetHashCode(); 91hashCode = hashCode * -1521134295 + Right.GetHashCode();
Runner\ApiCompatRunnerWorkItem.cs (1)
57hash = hash * 31 + left.GetHashCode();