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