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