11 writes to state
SMDiagnostics (11)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (11)
520
this.
state
= XPathNodeType.Attribute;
538
this.
state
= this.current.NodeType;
543
this.
state
= XPathNodeType.Text;
578
this.
state
= XPathNodeType.Text;
585
this.
state
= temp.NodeType;
606
this.
state
= XPathNodeType.Attribute;
634
this.
state
= this.current.NodeType;
639
this.
state
= XPathNodeType.Element;
643
this.
state
= XPathNodeType.Element;
647
this.
state
= XPathNodeType.Element;
662
this.
state
= XPathNodeType.Element;
8 references to state
SMDiagnostics (8)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (8)
570
if (this.
state
!= XPathNodeType.Text)
626
switch (this.
state
)
680
switch (this.
state
)
716
switch (this.
state
)
736
get { return this.
state
; }
753
switch (this.
state
)
799
switch (this.
state
)
834
switch (this.
state
)