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