8 writes to current
SMDiagnostics (8)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (8)
320
this.
current
= this.root;
326
this.
current
= node;
427
this.
current
= this.CurrentElement.parent;
537
this.
current
= this.CurrentElement.childNodes[0];
580
this.
current
= parent;
587
this.
current
= temp;
633
this.
current
= this.current.parent;
661
this.
current
= this.root;
25 references to current
SMDiagnostics (25)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (25)
316
if (this.
current
== null)
333
if (this.
current
== null)
354
if (this.
current
== null)
383
if (this.
current
== null)
404
if (this.
current
== null)
428
if (this.
current
== null)
450
if (this.
current
!= null)
510
if (this.
current
== null)
527
if (this.
current
== null)
538
this.state = this.
current
.NodeType;
562
if (this.
current
== null)
572
ElementNode parent = this.
current
.parent;
596
if (this.
current
== null)
618
if (this.
current
== null)
631
if (this.
current
.parent != null)
633
this.current = this.
current
.parent;
634
this.state = this.
current
.NodeType;
672
if (this.
current
== null)
708
if (this.
current
== null)
745
if (this.
current
== null)
772
get { return this.
current
as CommentNode; }
777
get { return this.
current
as ElementNode; }
782
get { return this.
current
as ProcessingInstructionNode; }
791
if (this.
current
== null)
824
if (this.
current
== null)