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