35 writes to state
System.Xml (35)
System\Xml\XPath\XPathNavigatorReader.cs (35)
113this.state = State.Initial; 292state = savedState; 294state = State.InReadBinary; 319state = savedState; 321state = State.InReadBinary; 334this.state = State.Attribute; 514state = savedState; 538state = savedState; 587this.state = State.Attribute; 590this.state = State.AttrVal; 597state = savedState; 599state = State.InReadBinary; 650state = savedState; 665this.state = State.Content; 669state = savedState; 671state = State.InReadBinary; 714state = savedState; 717this.state = State.AttrVal; 743state = savedState; 750state = State.InReadBinary; 766state = savedState; 773state = State.InReadBinary; 789state = savedState; 796state = State.InReadBinary; 812state = savedState; 819state = State.InReadBinary; 848this.state = State.Content; 857this.state = State.Attribute; 866this.state = State.Content; 871this.state = State.EndElement; 884this.state = State.Content; 889this.state = State.EndElement; 910state = savedState; 924this.state = State.Closed; 934this.state = State.EOF;
29 references to state
System.Xml (29)
System\Xml\XPath\XPathNavigatorReader.cs (29)
119get { return this.state > State.Initial && this.state < State.EOF; } 219if( this.state == State.Initial ) 282switch (this.state) { 302switch (this.state) { 512if ( state == State.InReadBinary ) { 536if ( state == State.InReadBinary ) { 545switch (this.state) { 648if ( state == State.InReadBinary ) { 657switch (this.state) { 663if (this.state == State.AttrVal) 682return this.state == State.EOF; 688switch (this.state) { 712if ( state == State.InReadBinary ) { 716if ( this.state == State.Attribute ) { 737if ( state != State.InReadBinary ) { 739savedState = state; 749savedState = state; 760if ( state != State.InReadBinary ) { 762savedState = state; 772savedState = state; 783if ( state != State.InReadBinary ) { 785savedState = state; 795savedState = state; 806if ( state != State.InReadBinary ) { 808savedState = state; 818savedState = state; 839switch (this.state) { 906if (state == State.AttrVal)