73 references to State
dotnet-svcutil-lib (73)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (73)
39private State _state; 48private State _savedState; 123_state = State.Initial; 130get { return _state > State.Initial && _state < State.EOF; } 250if (_state == State.Initial) 329case State.Content: 331case State.Attribute: 332case State.AttrVal: 337case State.InReadBinary: 340_state = State.InReadBinary; 351case State.Content: 356case State.Attribute: 361case State.AttrVal: 366case State.InReadBinary: 369_state = State.InReadBinary; 383_state = State.Attribute; 595if (_state == State.InReadBinary) 624if (_state == State.InReadBinary) 637case State.Content: 640case State.Attribute: 682case State.AttrVal: 684_state = State.Attribute; 688_state = State.AttrVal; 694case State.InReadBinary: 698_state = State.InReadBinary; 755if (_state == State.InReadBinary) 768case State.Attribute: 769case State.AttrVal: 773if (_state == State.AttrVal) 775_state = State.Content; 778case State.InReadBinary: 782_state = State.InReadBinary; 795return _state == State.EOF; 805case State.Initial: 807case State.Content: 808case State.EndElement: 809case State.Attribute: 810case State.AttrVal: 811case State.InReadBinary: 813case State.EOF: 815case State.Closed: 830if (_state == State.InReadBinary) 835if (_state == State.Attribute) 837_state = State.AttrVal; 861if (_state != State.InReadBinary) 875_state = State.InReadBinary; 887if (_state != State.InReadBinary) 901_state = State.InReadBinary; 913if (_state != State.InReadBinary) 927_state = State.InReadBinary; 939if (_state != State.InReadBinary) 953_state = State.InReadBinary; 978case State.Error: 979case State.Closed: 980case State.EOF: 983case State.Initial: 986_state = State.Content; 998_state = State.Attribute; 1003case State.Content: 1008_state = State.Content; 1014_state = State.EndElement; 1017goto case State.EndElement; 1020case State.EndElement: 1029_state = State.Content; 1035_state = State.EndElement; 1045case State.Attribute: 1046case State.AttrVal: 1054if (_state == State.AttrVal) 1056goto case State.Content; 1057case State.InReadBinary: 1073_state = State.Closed; 1084_state = State.EOF;