1 write to root
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
319
this.
root
= node;
6 references to root
SMDiagnostics (6)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (6)
320
this.current = this.
root
;
661
this.current = this.
root
;
663
this.
root
.Reset();
909
Fx.Assert(null != this.
root
, "");
910
if (this.
root
== null)
914
foreach (ElementNode node in this.
root
.FindSubnodes(headersPath))