4 writes to value
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
6056
this.
value
= value;
6065
this.
value
= other.value;
6069
value
= r.Value;
6098
this.
value
= value;
6 references to value
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (6)
6065
this.value = other.
value
;
6093
return
value
;
6111
writer.WriteComment(
value
);
6120
return other != null &&
value
== other.
value
;
6124
return
value
.GetHashCode();