2 writes to text
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
364
this.CurrentElement.
text
= node;
928
element.
text
= null;
6 references to text
SMDiagnostics (6)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (6)
360
if (this.CurrentElement.
text
== null)
369
this.CurrentElement.
text
.nodeValue += value;
452
retval = this.CurrentElement.
text
!= null || this.CurrentElement.childNodes.Count > 0;
541
else if ((null == this.CurrentElement.childNodes || this.CurrentElement.childNodes.Count == 0) && this.CurrentElement.
text
!= null)
576
if (temp == null && parent.
text
!= null && !parent.movedToText)
802
retval = this.CurrentElement.
text
.nodeValue;