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