78 references to IncrementalReadState
System.Xml (78)
System\Xml\Core\XmlTextReaderImpl.cs (58)
250
IncrementalReadState
incReadState;
1737
incReadState =
IncrementalReadState
.ReadValueChunk_OnPartialValue;
1740
incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
1772
if ( incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) {
1793
incReadState = endOfValue ?
IncrementalReadState
.ReadValueChunk_OnCachedValue :
IncrementalReadState
.ReadValueChunk_OnPartialValue;
5264
( parsingFunction == ParsingFunction.InReadValueChunk && incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) );
5287
if ( incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) {
5289
incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
5301
case
IncrementalReadState
.ReadContentAsBinary_OnPartialValue:
5303
incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
5305
case
IncrementalReadState
.ReadContentAsBinary_OnCachedValue:
5311
case
IncrementalReadState
.ReadContentAsBinary_End:
5336
if ( incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) {
5350
if ( incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue ) {
5358
if ( incReadState !=
IncrementalReadState
.ReadContentAsBinary_End ) {
7310
incReadState =
IncrementalReadState
.Text;
7379
case
IncrementalReadState
.Text:
7380
case
IncrementalReadState
.Attributes:
7381
case
IncrementalReadState
.AttributeValue:
7383
case
IncrementalReadState
.PI:
7387
incReadState =
IncrementalReadState
.Text;
7390
case
IncrementalReadState
.Comment:
7394
incReadState =
IncrementalReadState
.Text;
7397
case
IncrementalReadState
.CDATA:
7401
incReadState =
IncrementalReadState
.Text;
7404
case
IncrementalReadState
.EndElement:
7409
incReadState =
IncrementalReadState
.End;
7410
goto case
IncrementalReadState
.End;
7411
case
IncrementalReadState
.End:
7413
case
IncrementalReadState
.ReadData:
7417
incReadState =
IncrementalReadState
.Text;
7425
Debug.Assert( incReadState ==
IncrementalReadState
.Text ||
7426
incReadState ==
IncrementalReadState
.Attributes ||
7427
incReadState ==
IncrementalReadState
.AttributeValue );
7438
if ( incReadState ==
IncrementalReadState
.Attributes ) {
7479
if ( incReadState !=
IncrementalReadState
.Text ) {
7490
incReadState =
IncrementalReadState
.PI;
7499
incReadState =
IncrementalReadState
.Comment;
7507
incReadState =
IncrementalReadState
.CDATA;
7540
incReadState =
IncrementalReadState
.EndElement;
7562
incReadState =
IncrementalReadState
.Attributes;
7575
if ( incReadState ==
IncrementalReadState
.Attributes ) {
7580
incReadState =
IncrementalReadState
.Text;
7588
if ( incReadState ==
IncrementalReadState
.Attributes ) {
7589
incReadState =
IncrementalReadState
.Text;
7596
case
IncrementalReadState
.AttributeValue:
7598
incReadState =
IncrementalReadState
.Attributes;
7601
case
IncrementalReadState
.Attributes:
7603
incReadState =
IncrementalReadState
.AttributeValue;
7622
incReadState =
IncrementalReadState
.ReadData;
8026
incReadState =
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
8029
incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
8346
if ( incReadState ==
IncrementalReadState
.ReadContentAsBinary_End ) {
8370
if ( incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue ) {
8393
incReadState = endOfValue ?
IncrementalReadState
.ReadContentAsBinary_OnCachedValue :
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
8413
incReadState =
IncrementalReadState
.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (20)
609
incReadState =
IncrementalReadState
.ReadValueChunk_OnPartialValue;
612
incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
644
if ( incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) {
671
incReadState = endOfValue ?
IncrementalReadState
.ReadValueChunk_OnCachedValue :
IncrementalReadState
.ReadValueChunk_OnPartialValue;
3289
( parsingFunction == ParsingFunction.InReadValueChunk && incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) );
3325
if ( incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) {
3327
incReadState =
IncrementalReadState
.ReadValueChunk_OnCachedValue;
3339
case
IncrementalReadState
.ReadContentAsBinary_OnPartialValue:
3341
incReadState =
IncrementalReadState
.ReadContentAsBinary_OnCachedValue;
3343
case
IncrementalReadState
.ReadContentAsBinary_OnCachedValue:
3349
case
IncrementalReadState
.ReadContentAsBinary_End:
3383
if ( incReadState ==
IncrementalReadState
.ReadValueChunk_OnPartialValue ) {
3400
if ( incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue ) {
3408
if ( incReadState !=
IncrementalReadState
.ReadContentAsBinary_End ) {
4981
if ( incReadState ==
IncrementalReadState
.ReadContentAsBinary_End ) {
5005
if ( incReadState ==
IncrementalReadState
.ReadContentAsBinary_OnPartialValue ) {
5034
incReadState = endOfValue ?
IncrementalReadState
.ReadContentAsBinary_OnCachedValue :
IncrementalReadState
.ReadContentAsBinary_OnPartialValue;
5054
incReadState =
IncrementalReadState
.ReadContentAsBinary_End;