32 writes to incReadState
System.Xml (32)
System\Xml\Core\XmlTextReaderImpl.cs (25)
1737
incReadState
= IncrementalReadState.ReadValueChunk_OnPartialValue;
1740
incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
1793
incReadState
= endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue;
5289
incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
5303
incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
7310
incReadState
= IncrementalReadState.Text;
7387
incReadState
= IncrementalReadState.Text;
7394
incReadState
= IncrementalReadState.Text;
7401
incReadState
= IncrementalReadState.Text;
7409
incReadState
= IncrementalReadState.End;
7417
incReadState
= IncrementalReadState.Text;
7490
incReadState
= IncrementalReadState.PI;
7499
incReadState
= IncrementalReadState.Comment;
7507
incReadState
= IncrementalReadState.CDATA;
7540
incReadState
= IncrementalReadState.EndElement;
7562
incReadState
= IncrementalReadState.Attributes;
7580
incReadState
= IncrementalReadState.Text;
7589
incReadState
= IncrementalReadState.Text;
7598
incReadState
= IncrementalReadState.Attributes;
7603
incReadState
= IncrementalReadState.AttributeValue;
7622
incReadState
= IncrementalReadState.ReadData;
8026
incReadState
= IncrementalReadState.ReadContentAsBinary_OnPartialValue;
8029
incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
8393
incReadState
= endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
8413
incReadState
= IncrementalReadState.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (7)
609
incReadState
= IncrementalReadState.ReadValueChunk_OnPartialValue;
612
incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
671
incReadState
= endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue;
3327
incReadState
= IncrementalReadState.ReadValueChunk_OnCachedValue;
3341
incReadState
= IncrementalReadState.ReadContentAsBinary_OnCachedValue;
5034
incReadState
= endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue;
5054
incReadState
= IncrementalReadState.ReadContentAsBinary_End;
27 references to incReadState
System.Xml (27)
System\Xml\Core\XmlTextReaderImpl.cs (18)
1772
if (
incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue ) {
5264
( parsingFunction == ParsingFunction.InReadValueChunk &&
incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue ) );
5287
if (
incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue ) {
5300
switch (
incReadState
) {
5336
if (
incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue ) {
5350
if (
incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue ) {
5358
if (
incReadState
!= IncrementalReadState.ReadContentAsBinary_End ) {
7378
switch (
incReadState
) {
7425
Debug.Assert(
incReadState
== IncrementalReadState.Text ||
7426
incReadState
== IncrementalReadState.Attributes ||
7427
incReadState
== IncrementalReadState.AttributeValue );
7438
if (
incReadState
== IncrementalReadState.Attributes ) {
7479
if (
incReadState
!= IncrementalReadState.Text ) {
7575
if (
incReadState
== IncrementalReadState.Attributes ) {
7588
if (
incReadState
== IncrementalReadState.Attributes ) {
7595
switch (
incReadState
) {
8346
if (
incReadState
== IncrementalReadState.ReadContentAsBinary_End ) {
8370
if (
incReadState
== IncrementalReadState.ReadContentAsBinary_OnPartialValue ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (9)
644
if (
incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue ) {
3289
( parsingFunction == ParsingFunction.InReadValueChunk &&
incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue ) );
3325
if (
incReadState
== IncrementalReadState.ReadValueChunk_OnPartialValue ) {
3338
switch (
incReadState
) {
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 ) {