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