35 writes to _state
dotnet-svcutil-lib (35)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (35)
123_state = State.Initial; 338_state = _savedState; 340_state = State.InReadBinary; 367_state = _savedState; 369_state = State.InReadBinary; 383_state = State.Attribute; 598_state = _savedState; 627_state = _savedState; 684_state = State.Attribute; 688_state = State.AttrVal; 695_state = _savedState; 698_state = State.InReadBinary; 758_state = _savedState; 775_state = State.Content; 779_state = _savedState; 782_state = State.InReadBinary; 833_state = _savedState; 837_state = State.AttrVal; 868_state = _savedState; 875_state = State.InReadBinary; 894_state = _savedState; 901_state = State.InReadBinary; 920_state = _savedState; 927_state = State.InReadBinary; 946_state = _savedState; 953_state = State.InReadBinary; 986_state = State.Content; 998_state = State.Attribute; 1008_state = State.Content; 1014_state = State.EndElement; 1029_state = State.Content; 1035_state = State.EndElement; 1058_state = _savedState; 1073_state = State.Closed; 1084_state = State.EOF;
29 references to _state
dotnet-svcutil-lib (29)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (29)
130get { return _state > State.Initial && _state < State.EOF; } 250if (_state == State.Initial) 327switch (_state) 349switch (_state) 595if (_state == State.InReadBinary) 624if (_state == State.InReadBinary) 635switch (_state) 755if (_state == State.InReadBinary) 766switch (_state) 773if (_state == State.AttrVal) 795return _state == State.EOF; 803switch (_state) 830if (_state == State.InReadBinary) 835if (_state == State.Attribute) 861if (_state != State.InReadBinary) 864_savedState = _state; 874_savedState = _state; 887if (_state != State.InReadBinary) 890_savedState = _state; 900_savedState = _state; 913if (_state != State.InReadBinary) 916_savedState = _state; 926_savedState = _state; 939if (_state != State.InReadBinary) 942_savedState = _state; 952_savedState = _state; 976switch (_state) 1054if (_state == State.AttrVal)