5 references to NodeType
SMDiagnostics (5)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (5)
131if (child.NodeType == XPathNodeType.Element) 191if (node.NodeType == XPathNodeType.Element) 538this.state = this.current.NodeType; 585this.state = temp.NodeType; 634this.state = this.current.NodeType;