35 writes to _state
System.Private.Xml (35)
System\Xml\XPath\XPathNavigatorReader.cs (35)
118_state = State.Initial; 333_state = _savedState; 335_state = State.InReadBinary; 362_state = _savedState; 364_state = State.InReadBinary; 378_state = State.Attribute; 593_state = _savedState; 622_state = _savedState; 679_state = State.Attribute; 683_state = State.AttrVal; 690_state = _savedState; 693_state = State.InReadBinary; 753_state = _savedState; 770_state = State.Content; 774_state = _savedState; 777_state = State.InReadBinary; 828_state = _savedState; 832_state = State.AttrVal; 863_state = _savedState; 870_state = State.InReadBinary; 889_state = _savedState; 896_state = State.InReadBinary; 915_state = _savedState; 922_state = State.InReadBinary; 941_state = _savedState; 948_state = State.InReadBinary; 981_state = State.Content; 993_state = State.Attribute; 1003_state = State.Content; 1009_state = State.EndElement; 1024_state = State.Content; 1030_state = State.EndElement; 1053_state = _savedState; 1068_state = State.Closed; 1079_state = State.EOF;
29 references to _state
System.Private.Xml (29)
System\Xml\XPath\XPathNavigatorReader.cs (29)
125get { return _state > State.Initial && _state < State.EOF; } 245if (_state == State.Initial) 322switch (_state) 344switch (_state) 590if (_state == State.InReadBinary) 619if (_state == State.InReadBinary) 630switch (_state) 750if (_state == State.InReadBinary) 761switch (_state) 768if (_state == State.AttrVal) 790return _state == State.EOF; 798switch (_state) 825if (_state == State.InReadBinary) 830if (_state == State.Attribute) 856if (_state != State.InReadBinary) 859_savedState = _state; 869_savedState = _state; 882if (_state != State.InReadBinary) 885_savedState = _state; 895_savedState = _state; 908if (_state != State.InReadBinary) 911_savedState = _state; 921_savedState = _state; 934if (_state != State.InReadBinary) 937_savedState = _state; 947_savedState = _state; 971switch (_state) 1049if (_state == State.AttrVal)