2 overrides of RopeValue
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
96
internal override Rope?
RopeValue
192
internal override Rope
RopeValue
2 references to RopeValue
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (1)
207
return base.Equals(other) && _value.Equals(other.
RopeValue
);
SwitchConstantValueHelper.cs (1)
152
return constant.
RopeValue
!.GetHashCode();