Base:
2 references to GetHashCode
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (1)
202return Hash.Combine(base.GetHashCode(), _value.GetHashCode());
SwitchConstantValueHelper.cs (1)
152return constant.RopeValue!.GetHashCode();