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;
5802
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
5819
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
8127
_incReadState
= IncrementalReadState.Text;
8225
_incReadState
= IncrementalReadState.Text;
8233
_incReadState
= IncrementalReadState.Text;
8241
_incReadState
= IncrementalReadState.Text;
8249
_incReadState
= IncrementalReadState.End;
8258
_incReadState
= IncrementalReadState.Text;
8341
_incReadState
= IncrementalReadState.PI;
8352
_incReadState
= IncrementalReadState.Comment;
8362
_incReadState
= IncrementalReadState.CDATA;
8399
_incReadState
= IncrementalReadState.EndElement;
8422
_incReadState
= IncrementalReadState.Attributes;
8443
_incReadState
= IncrementalReadState.Text;
8453
_incReadState
= IncrementalReadState.Text;
8464
_incReadState
= IncrementalReadState.Attributes;
8469
_incReadState
= IncrementalReadState.AttributeValue;
8490
_incReadState
= IncrementalReadState.ReadData;
8986
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnPartialValue;
8990
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
9411
_incReadState
= endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
9433
_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)
5773
(_parsingFunction == ParsingFunction.InReadValueChunk &&
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue));
5799
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5815
switch (
_incReadState
)
5853
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5870
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue)
5880
if (
_incReadState
!= IncrementalReadState.ReadContentAsBinary_End)
8214
switch (
_incReadState
)
8261
Debug.Fail($"Unexpected read state {
_incReadState
}");
8264
Debug.Assert(
_incReadState
== IncrementalReadState.Text ||
8265
_incReadState
== IncrementalReadState.Attributes ||
8266
_incReadState
== IncrementalReadState.AttributeValue);
8277
if (
_incReadState
== IncrementalReadState.Attributes)
8327
if (
_incReadState
!= IncrementalReadState.Text)
8435
if (
_incReadState
== IncrementalReadState.Attributes)
8451
if (
_incReadState
== IncrementalReadState.Attributes)
8459
switch (
_incReadState
)
9353
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_End)
9382
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)