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;
5812
_incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
5829
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
8137
_incReadState
= IncrementalReadState.Text;
8235
_incReadState
= IncrementalReadState.Text;
8243
_incReadState
= IncrementalReadState.Text;
8251
_incReadState
= IncrementalReadState.Text;
8259
_incReadState
= IncrementalReadState.End;
8268
_incReadState
= IncrementalReadState.Text;
8351
_incReadState
= IncrementalReadState.PI;
8362
_incReadState
= IncrementalReadState.Comment;
8372
_incReadState
= IncrementalReadState.CDATA;
8409
_incReadState
= IncrementalReadState.EndElement;
8432
_incReadState
= IncrementalReadState.Attributes;
8453
_incReadState
= IncrementalReadState.Text;
8463
_incReadState
= IncrementalReadState.Text;
8474
_incReadState
= IncrementalReadState.Attributes;
8479
_incReadState
= IncrementalReadState.AttributeValue;
8500
_incReadState
= IncrementalReadState.ReadData;
8996
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnPartialValue;
9000
_incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
9421
_incReadState
= endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
9443
_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)
5783
(_parsingFunction == ParsingFunction.InReadValueChunk &&
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue));
5809
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5825
switch (
_incReadState
)
5863
if (
_incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue)
5880
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue)
5890
if (
_incReadState
!= IncrementalReadState.ReadContentAsBinary_End)
8224
switch (
_incReadState
)
8271
Debug.Fail($"Unexpected read state {
_incReadState
}");
8274
Debug.Assert(
_incReadState
== IncrementalReadState.Text ||
8275
_incReadState
== IncrementalReadState.Attributes ||
8276
_incReadState
== IncrementalReadState.AttributeValue);
8287
if (
_incReadState
== IncrementalReadState.Attributes)
8337
if (
_incReadState
!= IncrementalReadState.Text)
8445
if (
_incReadState
== IncrementalReadState.Attributes)
8461
if (
_incReadState
== IncrementalReadState.Attributes)
8469
switch (
_incReadState
)
9363
if (
_incReadState
== IncrementalReadState.ReadContentAsBinary_End)
9392
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)