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;
5790
(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue));
5816
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5819
_incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
5834
case
IncrementalReadState
.ReadContentAsBinary_OnPartialValue:
5836
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
5838
case
IncrementalReadState
.ReadContentAsBinary_OnCachedValue:
5845
case
IncrementalReadState
.ReadContentAsBinary_End:
5870
if (_incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue)
5887
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
5897
if (_incReadState !=
IncrementalReadState
.ReadContentAsBinary_End)
8144
_incReadState =
IncrementalReadState
.Text;
8233
case
IncrementalReadState
.Text:
8234
case
IncrementalReadState
.Attributes:
8235
case
IncrementalReadState
.AttributeValue:
8237
case
IncrementalReadState
.PI:
8242
_incReadState =
IncrementalReadState
.Text;
8245
case
IncrementalReadState
.Comment:
8250
_incReadState =
IncrementalReadState
.Text;
8253
case
IncrementalReadState
.CDATA:
8258
_incReadState =
IncrementalReadState
.Text;
8261
case
IncrementalReadState
.EndElement:
8266
_incReadState =
IncrementalReadState
.End;
8267
goto case
IncrementalReadState
.End;
8268
case
IncrementalReadState
.End:
8270
case
IncrementalReadState
.ReadData:
8275
_incReadState =
IncrementalReadState
.Text;
8281
Debug.Assert(_incReadState ==
IncrementalReadState
.Text ||
8282
_incReadState ==
IncrementalReadState
.Attributes ||
8283
_incReadState ==
IncrementalReadState
.AttributeValue);
8294
if (_incReadState ==
IncrementalReadState
.Attributes)
8344
if (_incReadState !=
IncrementalReadState
.Text)
8358
_incReadState =
IncrementalReadState
.PI;
8369
_incReadState =
IncrementalReadState
.Comment;
8379
_incReadState =
IncrementalReadState
.CDATA;
8416
_incReadState =
IncrementalReadState
.EndElement;
8439
_incReadState =
IncrementalReadState
.Attributes;
8452
if (_incReadState ==
IncrementalReadState
.Attributes)
8460
_incReadState =
IncrementalReadState
.Text;
8468
if (_incReadState ==
IncrementalReadState
.Attributes)
8470
_incReadState =
IncrementalReadState
.Text;
8478
case
IncrementalReadState
.AttributeValue:
8481
_incReadState =
IncrementalReadState
.Attributes;
8484
case
IncrementalReadState
.Attributes:
8486
_incReadState =
IncrementalReadState
.AttributeValue;
8507
_incReadState =
IncrementalReadState
.ReadData;
9003
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
9007
_incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
9370
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_End)
9399
if (_incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue)
9428
_incReadState = endOfValue ?
IncrementalReadState
.ReadContentAsBinary_OnCachedValue :
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
9450
_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;