Base:
2 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
();