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