3 writes to value
System.Xml (3)
System\Xml\Cache\XPathNode.cs (3)
354this.value = value; 362this.value = string.Empty; 372this.value = value;
1 reference to value
System.Xml (1)
System\Xml\Cache\XPathNode.cs (1)
307get { return this.value; }