32 writes to _incReadState
System.Private.Xml (32)
System\Xml\Core\XmlTextReaderImpl.cs (25)
1808
_incReadState
= IncrementalReadState.ReadValueChunk_OnPartialValue;
1812
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
1874
_incReadState
= endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue;
5819
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
5836
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
8144
_incReadState
= IncrementalReadState.Text;
8242
_incReadState
= IncrementalReadState.Text;
8250
_incReadState
= IncrementalReadState.Text;
8258
_incReadState
= IncrementalReadState.Text;
8266
_incReadState
= IncrementalReadState.End;
8275
_incReadState
= IncrementalReadState.Text;
8358
_incReadState
= IncrementalReadState.PI;
8369
_incReadState
= IncrementalReadState.Comment;
8379
_incReadState
= IncrementalReadState.CDATA;
8416
_incReadState
= IncrementalReadState.EndElement;
8439
_incReadState
= IncrementalReadState.Attributes;
8460
_incReadState
= IncrementalReadState.Text;
8470
_incReadState
= IncrementalReadState.Text;
8481
_incReadState
= IncrementalReadState.Attributes;
8486
_incReadState
= IncrementalReadState.AttributeValue;
8507
_incReadState
= IncrementalReadState.ReadData;
9003
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnPartialValue;
9007
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
9428
_incReadState
= endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
9450
_incReadState
= IncrementalReadState.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (7)
633
_incReadState
= IncrementalReadState.ReadValueChunk_OnPartialValue;
637
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
701
_incReadState
= endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue;
3571
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
3588
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
5422
_incReadState
= endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
5444
_incReadState
= IncrementalReadState.ReadContentAsBinary_End;
28 references to _incReadState
System.Private.Xml (28)
System\Xml\Core\XmlTextReaderImpl.cs (19)
1848
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5790
(_parsingFunction == ParsingFunction.InReadValueChunk &&
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue));
5816
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5832
switch (
_incReadState
)
5870
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5887
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue)
5897
if (
_incReadState
!= IncrementalReadState.ReadContentAsBinary_End)
8231
switch (
_incReadState
)
8278
Debug.Fail($"Unexpected read state {
_incReadState
}");
8281
Debug.Assert(
_incReadState
== IncrementalReadState.Text ||
8282
_incReadState
== IncrementalReadState.Attributes ||
8283
_incReadState
== IncrementalReadState.AttributeValue);
8294
if (
_incReadState
== IncrementalReadState.Attributes)
8344
if (
_incReadState
!= IncrementalReadState.Text)
8452
if (
_incReadState
== IncrementalReadState.Attributes)
8468
if (
_incReadState
== IncrementalReadState.Attributes)
8476
switch (
_incReadState
)
9370
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_End)
9399
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue)
System\Xml\Core\XmlTextReaderImplAsync.cs (9)
673
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
3531
(_parsingFunction == ParsingFunction.InReadValueChunk &&
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue));
3568
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
3584
switch (
_incReadState
)
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)