11 writes to state
System.Transactions (11)
System\Transactions\Trace\TraceXPathNavigator.cs (11)
241
this.
state
= XPathNodeType.Attribute;
256
this.
state
= XPathNodeType.Element;
261
this.
state
= XPathNodeType.Text;
293
this.
state
= XPathNodeType.Text;
299
this.
state
= XPathNodeType.Element;
317
this.
state
= XPathNodeType.Attribute;
340
this.
state
= XPathNodeType.Element;
345
this.
state
= XPathNodeType.Element;
349
this.
state
= XPathNodeType.Element;
353
this.
state
= XPathNodeType.Element;
368
this.
state
= XPathNodeType.Element;
6 references to state
System.Transactions (6)
System\Transactions\Trace\TraceXPathNavigator.cs (6)
285
if (this.
state
!= XPathNodeType.Text)
334
switch (this.
state
)
381
switch (this.
state
)
406
get { return this.
state
; }
418
switch (this.
state
)
443
switch (this.
state
)