78 references to IncrementalReadState
System.Private.Xml (78)
System\Xml\Core\XmlTextReaderImpl.cs (58)
226private IncrementalReadState _incReadState; 1808_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 1812_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 1848if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 1874_incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 5783(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 5809if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5812_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5827case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 5829_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5831case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 5838case IncrementalReadState.ReadContentAsBinary_End: 5863if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5880if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 5890if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 8137_incReadState = IncrementalReadState.Text; 8226case IncrementalReadState.Text: 8227case IncrementalReadState.Attributes: 8228case IncrementalReadState.AttributeValue: 8230case IncrementalReadState.PI: 8235_incReadState = IncrementalReadState.Text; 8238case IncrementalReadState.Comment: 8243_incReadState = IncrementalReadState.Text; 8246case IncrementalReadState.CDATA: 8251_incReadState = IncrementalReadState.Text; 8254case IncrementalReadState.EndElement: 8259_incReadState = IncrementalReadState.End; 8260goto case IncrementalReadState.End; 8261case IncrementalReadState.End: 8263case IncrementalReadState.ReadData: 8268_incReadState = IncrementalReadState.Text; 8274Debug.Assert(_incReadState == IncrementalReadState.Text || 8275_incReadState == IncrementalReadState.Attributes || 8276_incReadState == IncrementalReadState.AttributeValue); 8287if (_incReadState == IncrementalReadState.Attributes) 8337if (_incReadState != IncrementalReadState.Text) 8351_incReadState = IncrementalReadState.PI; 8362_incReadState = IncrementalReadState.Comment; 8372_incReadState = IncrementalReadState.CDATA; 8409_incReadState = IncrementalReadState.EndElement; 8432_incReadState = IncrementalReadState.Attributes; 8445if (_incReadState == IncrementalReadState.Attributes) 8453_incReadState = IncrementalReadState.Text; 8461if (_incReadState == IncrementalReadState.Attributes) 8463_incReadState = IncrementalReadState.Text; 8471case IncrementalReadState.AttributeValue: 8474_incReadState = IncrementalReadState.Attributes; 8477case IncrementalReadState.Attributes: 8479_incReadState = IncrementalReadState.AttributeValue; 8500_incReadState = IncrementalReadState.ReadData; 8996_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9000_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9363if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9392if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 9421_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9443_incReadState = IncrementalReadState.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (20)
633_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 637_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 673if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 701_incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 3531(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 3568if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 3571_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 3586case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 3588_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 3590case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 3597case IncrementalReadState.ReadContentAsBinary_End: 3628if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 3647if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 3657if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 5361if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 5390if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 5422_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 5444_incReadState = IncrementalReadState.ReadContentAsBinary_End;