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