4 writes to value
System.Private.Xml.Linq (4)
System\Xml\Linq\XComment.cs (4)
33
this.
value
= value;
44
this.
value
= other.value;
49
value
= r.Value;
83
this.
value
= value;
7 references to value
System.Private.Xml.Linq (7)
System\Xml\Linq\XComment.cs (7)
44
this.value = other.
value
;
77
return
value
;
98
writer.WriteComment(
value
);
114
return writer.WriteCommentAsync(
value
);
125
return other != null &&
value
== other.
value
;
130
return
value
.GetHashCode();