Base:
6 references to GetHashCode
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (1)
202return Hash.Combine(base.GetHashCode(), _value.GetHashCode());
SwitchConstantValueHelper.cs (1)
152return constant.RopeValue!.GetHashCode();
Microsoft.CodeAnalysis.UnitTests (4)
Collections\RopeTests.cs (4)
75Assert.Equal(c1.GetHashCode(), c2.GetHashCode()); 80Assert.Equal(c1.GetHashCode(), c3.GetHashCode());