78 references to IncrementalReadState
System.Xml (78)
System\Xml\Core\XmlTextReaderImpl.cs (58)
250IncrementalReadState incReadState; 1737incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 1740incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 1772if ( incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue ) { 1793 incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 5264( parsingFunction == ParsingFunction.InReadValueChunk && incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue ) ); 5287if ( incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue ) { 5289incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5301case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 5303incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5305case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 5311case IncrementalReadState.ReadContentAsBinary_End: 5336if ( incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue ) { 5350if ( incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue ) { 5358if ( incReadState != IncrementalReadState.ReadContentAsBinary_End ) { 7310incReadState = IncrementalReadState.Text; 7379case IncrementalReadState.Text: 7380case IncrementalReadState.Attributes: 7381case IncrementalReadState.AttributeValue: 7383case IncrementalReadState.PI: 7387incReadState = IncrementalReadState.Text; 7390case IncrementalReadState.Comment: 7394incReadState = IncrementalReadState.Text; 7397case IncrementalReadState.CDATA: 7401incReadState = IncrementalReadState.Text; 7404case IncrementalReadState.EndElement: 7409incReadState = IncrementalReadState.End; 7410goto case IncrementalReadState.End; 7411case IncrementalReadState.End: 7413case IncrementalReadState.ReadData: 7417incReadState = IncrementalReadState.Text; 7425Debug.Assert( incReadState == IncrementalReadState.Text || 7426incReadState == IncrementalReadState.Attributes || 7427incReadState == IncrementalReadState.AttributeValue ); 7438if ( incReadState == IncrementalReadState.Attributes ) { 7479if ( incReadState != IncrementalReadState.Text ) { 7490incReadState = IncrementalReadState.PI; 7499incReadState = IncrementalReadState.Comment; 7507incReadState = IncrementalReadState.CDATA; 7540incReadState = IncrementalReadState.EndElement; 7562incReadState = IncrementalReadState.Attributes; 7575if ( incReadState == IncrementalReadState.Attributes ) { 7580incReadState = IncrementalReadState.Text; 7588if ( incReadState == IncrementalReadState.Attributes ) { 7589incReadState = IncrementalReadState.Text; 7596case IncrementalReadState.AttributeValue: 7598incReadState = IncrementalReadState.Attributes; 7601case IncrementalReadState.Attributes: 7603incReadState = IncrementalReadState.AttributeValue; 7622incReadState = IncrementalReadState.ReadData; 8026incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 8029incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 8346if ( incReadState == IncrementalReadState.ReadContentAsBinary_End ) { 8370if ( incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue ) { 8393incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 8413incReadState = IncrementalReadState.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (20)
609incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 612incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 644if ( incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue ) { 671incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 3289( parsingFunction == ParsingFunction.InReadValueChunk && incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue ) ); 3325if ( incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue ) { 3327incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 3339case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 3341incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 3343case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 3349case IncrementalReadState.ReadContentAsBinary_End: 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 ) { 5034incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 5054incReadState = IncrementalReadState.ReadContentAsBinary_End;