2 writes to _value
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
149_value = Rope.ForString(value); 156_value = value;
6 references to _value
Microsoft.CodeAnalysis (6)
ConstantValueSpecialized.cs (6)
183constantValue = _value.ToString(); 196return _value; 202return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 207return base.Equals(other) && _value.Equals(other.RopeValue); 212return (_value == null) ? "null" : string.Format("\"{0}\"", _value);