1 write to text
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
160this.current.text = new TextNode(value);
5 references to text
System.Transactions (5)
System\Transactions\Trace\TraceXPathNavigator.cs (5)
154else if (this.current.text != null) 211retval = this.current.text != null || this.current.childNodes.Count > 0; 259else if (this.current.childNodes.Count == 0 && this.current.text != null) 291if (temp == null && parent.text != null && !parent.movedToText) 446retval = this.current.text.nodeValue;