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