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