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; 5790(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 5816if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5819_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5834case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 5836_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5838case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 5845case IncrementalReadState.ReadContentAsBinary_End: 5870if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5887if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 5897if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 8144_incReadState = IncrementalReadState.Text; 8233case IncrementalReadState.Text: 8234case IncrementalReadState.Attributes: 8235case IncrementalReadState.AttributeValue: 8237case IncrementalReadState.PI: 8242_incReadState = IncrementalReadState.Text; 8245case IncrementalReadState.Comment: 8250_incReadState = IncrementalReadState.Text; 8253case IncrementalReadState.CDATA: 8258_incReadState = IncrementalReadState.Text; 8261case IncrementalReadState.EndElement: 8266_incReadState = IncrementalReadState.End; 8267goto case IncrementalReadState.End; 8268case IncrementalReadState.End: 8270case IncrementalReadState.ReadData: 8275_incReadState = IncrementalReadState.Text; 8281Debug.Assert(_incReadState == IncrementalReadState.Text || 8282_incReadState == IncrementalReadState.Attributes || 8283_incReadState == IncrementalReadState.AttributeValue); 8294if (_incReadState == IncrementalReadState.Attributes) 8344if (_incReadState != IncrementalReadState.Text) 8358_incReadState = IncrementalReadState.PI; 8369_incReadState = IncrementalReadState.Comment; 8379_incReadState = IncrementalReadState.CDATA; 8416_incReadState = IncrementalReadState.EndElement; 8439_incReadState = IncrementalReadState.Attributes; 8452if (_incReadState == IncrementalReadState.Attributes) 8460_incReadState = IncrementalReadState.Text; 8468if (_incReadState == IncrementalReadState.Attributes) 8470_incReadState = IncrementalReadState.Text; 8478case IncrementalReadState.AttributeValue: 8481_incReadState = IncrementalReadState.Attributes; 8484case IncrementalReadState.Attributes: 8486_incReadState = IncrementalReadState.AttributeValue; 8507_incReadState = IncrementalReadState.ReadData; 9003_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9007_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9370if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9399if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 9428_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9450_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;