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;
5783
(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue));
5809
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5812
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
5827
case
IncrementalReadState
.ReadContentAsBinary_OnPartialValue:
5829
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
5831
case
IncrementalReadState
.ReadContentAsBinary_OnCachedValue:
5838
case
IncrementalReadState
.ReadContentAsBinary_End:
5863
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5880
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
5890
if (_incReadState !=
IncrementalReadState
.ReadContentAsBinary_End)
8137
_incReadState =
IncrementalReadState
.Text;
8226
case
IncrementalReadState
.Text:
8227
case
IncrementalReadState
.Attributes:
8228
case
IncrementalReadState
.AttributeValue:
8230
case
IncrementalReadState
.PI:
8235
_incReadState =
IncrementalReadState
.Text;
8238
case
IncrementalReadState
.Comment:
8243
_incReadState =
IncrementalReadState
.Text;
8246
case
IncrementalReadState
.CDATA:
8251
_incReadState =
IncrementalReadState
.Text;
8254
case
IncrementalReadState
.EndElement:
8259
_incReadState =
IncrementalReadState
.End;
8260
goto case
IncrementalReadState
.End;
8261
case
IncrementalReadState
.End:
8263
case
IncrementalReadState
.ReadData:
8268
_incReadState =
IncrementalReadState
.Text;
8274
Debug.Assert(_incReadState ==
IncrementalReadState
.Text ||
8275
_incReadState ==
IncrementalReadState
.Attributes ||
8276
_incReadState ==
IncrementalReadState
.AttributeValue);
8287
if (_incReadState ==
IncrementalReadState
.Attributes)
8337
if (_incReadState !=
IncrementalReadState
.Text)
8351
_incReadState =
IncrementalReadState
.PI;
8362
_incReadState =
IncrementalReadState
.Comment;
8372
_incReadState =
IncrementalReadState
.CDATA;
8409
_incReadState =
IncrementalReadState
.EndElement;
8432
_incReadState =
IncrementalReadState
.Attributes;
8445
if (_incReadState ==
IncrementalReadState
.Attributes)
8453
_incReadState =
IncrementalReadState
.Text;
8461
if (_incReadState ==
IncrementalReadState
.Attributes)
8463
_incReadState =
IncrementalReadState
.Text;
8471
case
IncrementalReadState
.AttributeValue:
8474
_incReadState =
IncrementalReadState
.Attributes;
8477
case
IncrementalReadState
.Attributes:
8479
_incReadState =
IncrementalReadState
.AttributeValue;
8500
_incReadState =
IncrementalReadState
.ReadData;
8996
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
9000
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
9363
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_End)
9392
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
9421
_incReadState = endOfValue ?
IncrementalReadState
.ReadContentAsBinary_OnCachedValue :
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
9443
_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;