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