58 references to IncrementalReadState
dotnet-svcutil-lib (58)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (58)
237
private
IncrementalReadState
_incReadState;
1880
_incReadState =
IncrementalReadState
.ReadValueChunk_OnPartialValue;
1884
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
1920
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
1944
_incReadState = endOfValue ?
IncrementalReadState
.ReadValueChunk_OnCachedValue :
IncrementalReadState
.ReadValueChunk_OnPartialValue;
5897
(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue));
5923
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5926
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
5941
case
IncrementalReadState
.ReadContentAsBinary_OnPartialValue:
5943
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
5945
case
IncrementalReadState
.ReadContentAsBinary_OnCachedValue:
5952
case
IncrementalReadState
.ReadContentAsBinary_End:
5979
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5996
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
6006
if (_incReadState !=
IncrementalReadState
.ReadContentAsBinary_End)
8270
_incReadState =
IncrementalReadState
.Text;
8353
case
IncrementalReadState
.Text:
8354
case
IncrementalReadState
.Attributes:
8355
case
IncrementalReadState
.AttributeValue:
8357
case
IncrementalReadState
.PI:
8362
_incReadState =
IncrementalReadState
.Text;
8365
case
IncrementalReadState
.Comment:
8370
_incReadState =
IncrementalReadState
.Text;
8373
case
IncrementalReadState
.CDATA:
8378
_incReadState =
IncrementalReadState
.Text;
8381
case
IncrementalReadState
.EndElement:
8386
_incReadState =
IncrementalReadState
.End;
8387
goto case
IncrementalReadState
.End;
8388
case
IncrementalReadState
.End:
8390
case
IncrementalReadState
.ReadData:
8395
_incReadState =
IncrementalReadState
.Text;
8403
Debug.Assert(_incReadState ==
IncrementalReadState
.Text ||
8404
_incReadState ==
IncrementalReadState
.Attributes ||
8405
_incReadState ==
IncrementalReadState
.AttributeValue);
8418
if (_incReadState ==
IncrementalReadState
.Attributes)
8469
if (_incReadState !=
IncrementalReadState
.Text)
8483
_incReadState =
IncrementalReadState
.PI;
8494
_incReadState =
IncrementalReadState
.Comment;
8504
_incReadState =
IncrementalReadState
.CDATA;
8541
_incReadState =
IncrementalReadState
.EndElement;
8565
_incReadState =
IncrementalReadState
.Attributes;
8578
if (_incReadState ==
IncrementalReadState
.Attributes)
8586
_incReadState =
IncrementalReadState
.Text;
8594
if (_incReadState ==
IncrementalReadState
.Attributes)
8596
_incReadState =
IncrementalReadState
.Text;
8604
case
IncrementalReadState
.AttributeValue:
8607
_incReadState =
IncrementalReadState
.Attributes;
8610
case
IncrementalReadState
.Attributes:
8612
_incReadState =
IncrementalReadState
.AttributeValue;
8633
_incReadState =
IncrementalReadState
.ReadData;
9107
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
9111
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
9480
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_End)
9509
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
9536
_incReadState = endOfValue ?
IncrementalReadState
.ReadContentAsBinary_OnCachedValue :
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
9558
_incReadState =
IncrementalReadState
.ReadContentAsBinary_End;