73 references to State
System.Private.Xml (73)
System\Xml\XPath\XPathNavigatorReader.cs (73)
33private State _state; 42private State _savedState; 118_state = State.Initial; 125get { return _state > State.Initial && _state < State.EOF; } 245if (_state == State.Initial) 324case State.Content: 326case State.Attribute: 327case State.AttrVal: 332case State.InReadBinary: 335_state = State.InReadBinary; 346case State.Content: 351case State.Attribute: 356case State.AttrVal: 361case State.InReadBinary: 364_state = State.InReadBinary; 378_state = State.Attribute; 590if (_state == State.InReadBinary) 619if (_state == State.InReadBinary) 632case State.Content: 635case State.Attribute: 677case State.AttrVal: 679_state = State.Attribute; 683_state = State.AttrVal; 689case State.InReadBinary: 693_state = State.InReadBinary; 750if (_state == State.InReadBinary) 763case State.Attribute: 764case State.AttrVal: 768if (_state == State.AttrVal) 770_state = State.Content; 773case State.InReadBinary: 777_state = State.InReadBinary; 790return _state == State.EOF; 800case State.Initial: 802case State.Content: 803case State.EndElement: 804case State.Attribute: 805case State.AttrVal: 806case State.InReadBinary: 808case State.EOF: 810case State.Closed: 825if (_state == State.InReadBinary) 830if (_state == State.Attribute) 832_state = State.AttrVal; 856if (_state != State.InReadBinary) 870_state = State.InReadBinary; 882if (_state != State.InReadBinary) 896_state = State.InReadBinary; 908if (_state != State.InReadBinary) 922_state = State.InReadBinary; 934if (_state != State.InReadBinary) 948_state = State.InReadBinary; 973case State.Error: 974case State.Closed: 975case State.EOF: 978case State.Initial: 981_state = State.Content; 993_state = State.Attribute; 998case State.Content: 1003_state = State.Content; 1009_state = State.EndElement; 1012goto case State.EndElement; 1015case State.EndElement: 1024_state = State.Content; 1030_state = State.EndElement; 1040case State.Attribute: 1041case State.AttrVal: 1049if (_state == State.AttrVal) 1051goto case State.Content; 1052case State.InReadBinary: 1068_state = State.Closed; 1079_state = State.EOF;