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; 5773(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 5799if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5802_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5817case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 5819_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5821case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 5828case IncrementalReadState.ReadContentAsBinary_End: 5853if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5870if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 5880if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 8127_incReadState = IncrementalReadState.Text; 8216case IncrementalReadState.Text: 8217case IncrementalReadState.Attributes: 8218case IncrementalReadState.AttributeValue: 8220case IncrementalReadState.PI: 8225_incReadState = IncrementalReadState.Text; 8228case IncrementalReadState.Comment: 8233_incReadState = IncrementalReadState.Text; 8236case IncrementalReadState.CDATA: 8241_incReadState = IncrementalReadState.Text; 8244case IncrementalReadState.EndElement: 8249_incReadState = IncrementalReadState.End; 8250goto case IncrementalReadState.End; 8251case IncrementalReadState.End: 8253case IncrementalReadState.ReadData: 8258_incReadState = IncrementalReadState.Text; 8264Debug.Assert(_incReadState == IncrementalReadState.Text || 8265_incReadState == IncrementalReadState.Attributes || 8266_incReadState == IncrementalReadState.AttributeValue); 8277if (_incReadState == IncrementalReadState.Attributes) 8327if (_incReadState != IncrementalReadState.Text) 8341_incReadState = IncrementalReadState.PI; 8352_incReadState = IncrementalReadState.Comment; 8362_incReadState = IncrementalReadState.CDATA; 8399_incReadState = IncrementalReadState.EndElement; 8422_incReadState = IncrementalReadState.Attributes; 8435if (_incReadState == IncrementalReadState.Attributes) 8443_incReadState = IncrementalReadState.Text; 8451if (_incReadState == IncrementalReadState.Attributes) 8453_incReadState = IncrementalReadState.Text; 8461case IncrementalReadState.AttributeValue: 8464_incReadState = IncrementalReadState.Attributes; 8467case IncrementalReadState.Attributes: 8469_incReadState = IncrementalReadState.AttributeValue; 8490_incReadState = IncrementalReadState.ReadData; 8986_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 8990_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9353if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9382if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 9411_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9433_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;