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