12 references to ReadValueChunk_OnPartialValue
System.Private.Xml (12)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1808_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 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) 5853if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
633_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 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) 3628if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)