78 references to IncrementalReadState
System.Private.Xml (78)
System\Xml\Core\XmlTextReaderImpl.cs (58)
226
private
IncrementalReadState
_incReadState;
1808
_incReadState =
IncrementalReadState
.ReadValueChunk_OnPartialValue;
1812
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
1848
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
1874
_incReadState = endOfValue ?
IncrementalReadState
.ReadValueChunk_OnCachedValue :
IncrementalReadState
.ReadValueChunk_OnPartialValue;
5773
(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue));
5799
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5802
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
5817
case
IncrementalReadState
.ReadContentAsBinary_OnPartialValue:
5819
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
5821
case
IncrementalReadState
.ReadContentAsBinary_OnCachedValue:
5828
case
IncrementalReadState
.ReadContentAsBinary_End:
5853
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5870
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
5880
if (_incReadState !=
IncrementalReadState
.ReadContentAsBinary_End)
8127
_incReadState =
IncrementalReadState
.Text;
8216
case
IncrementalReadState
.Text:
8217
case
IncrementalReadState
.Attributes:
8218
case
IncrementalReadState
.AttributeValue:
8220
case
IncrementalReadState
.PI:
8225
_incReadState =
IncrementalReadState
.Text;
8228
case
IncrementalReadState
.Comment:
8233
_incReadState =
IncrementalReadState
.Text;
8236
case
IncrementalReadState
.CDATA:
8241
_incReadState =
IncrementalReadState
.Text;
8244
case
IncrementalReadState
.EndElement:
8249
_incReadState =
IncrementalReadState
.End;
8250
goto case
IncrementalReadState
.End;
8251
case
IncrementalReadState
.End:
8253
case
IncrementalReadState
.ReadData:
8258
_incReadState =
IncrementalReadState
.Text;
8264
Debug.Assert(_incReadState ==
IncrementalReadState
.Text ||
8265
_incReadState ==
IncrementalReadState
.Attributes ||
8266
_incReadState ==
IncrementalReadState
.AttributeValue);
8277
if (_incReadState ==
IncrementalReadState
.Attributes)
8327
if (_incReadState !=
IncrementalReadState
.Text)
8341
_incReadState =
IncrementalReadState
.PI;
8352
_incReadState =
IncrementalReadState
.Comment;
8362
_incReadState =
IncrementalReadState
.CDATA;
8399
_incReadState =
IncrementalReadState
.EndElement;
8422
_incReadState =
IncrementalReadState
.Attributes;
8435
if (_incReadState ==
IncrementalReadState
.Attributes)
8443
_incReadState =
IncrementalReadState
.Text;
8451
if (_incReadState ==
IncrementalReadState
.Attributes)
8453
_incReadState =
IncrementalReadState
.Text;
8461
case
IncrementalReadState
.AttributeValue:
8464
_incReadState =
IncrementalReadState
.Attributes;
8467
case
IncrementalReadState
.Attributes:
8469
_incReadState =
IncrementalReadState
.AttributeValue;
8490
_incReadState =
IncrementalReadState
.ReadData;
8986
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
8990
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
9353
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_End)
9382
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
9411
_incReadState = endOfValue ?
IncrementalReadState
.ReadContentAsBinary_OnCachedValue :
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
9433
_incReadState =
IncrementalReadState
.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (20)
633
_incReadState =
IncrementalReadState
.ReadValueChunk_OnPartialValue;
637
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
673
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
701
_incReadState = endOfValue ?
IncrementalReadState
.ReadValueChunk_OnCachedValue :
IncrementalReadState
.ReadValueChunk_OnPartialValue;
3531
(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue));
3568
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
3571
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
3586
case
IncrementalReadState
.ReadContentAsBinary_OnPartialValue:
3588
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
3590
case
IncrementalReadState
.ReadContentAsBinary_OnCachedValue:
3597
case
IncrementalReadState
.ReadContentAsBinary_End:
3628
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
3647
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
3657
if (_incReadState !=
IncrementalReadState
.ReadContentAsBinary_End)
5361
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_End)
5390
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
5422
_incReadState = endOfValue ?
IncrementalReadState
.ReadContentAsBinary_OnCachedValue :
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
5444
_incReadState =
IncrementalReadState
.ReadContentAsBinary_End;