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)
183
constantValue =
_value
.ToString();
196
return
_value
;
202
return Hash.Combine(base.GetHashCode(),
_value
.GetHashCode());
207
return base.Equals(other) &&
_value
.Equals(other.RopeValue);
212
return (
_value
== null) ? "null" : string.Format("\"{0}\"",
_value
);