32 writes to _incReadState
System.Private.Xml (32)
System\Xml\Core\XmlTextReaderImpl.cs (25)
1808_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 1812_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 1874_incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 5802_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5819_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 8127_incReadState = IncrementalReadState.Text; 8225_incReadState = IncrementalReadState.Text; 8233_incReadState = IncrementalReadState.Text; 8241_incReadState = IncrementalReadState.Text; 8249_incReadState = IncrementalReadState.End; 8258_incReadState = IncrementalReadState.Text; 8341_incReadState = IncrementalReadState.PI; 8352_incReadState = IncrementalReadState.Comment; 8362_incReadState = IncrementalReadState.CDATA; 8399_incReadState = IncrementalReadState.EndElement; 8422_incReadState = IncrementalReadState.Attributes; 8443_incReadState = IncrementalReadState.Text; 8453_incReadState = IncrementalReadState.Text; 8464_incReadState = IncrementalReadState.Attributes; 8469_incReadState = IncrementalReadState.AttributeValue; 8490_incReadState = IncrementalReadState.ReadData; 8986_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 8990_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9411_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9433_incReadState = IncrementalReadState.ReadContentAsBinary_End;
System\Xml\Core\XmlTextReaderImplAsync.cs (7)
633_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 637_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 701_incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 3571_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 3588_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5422_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 5444_incReadState = IncrementalReadState.ReadContentAsBinary_End;
28 references to _incReadState
System.Private.Xml (28)
System\Xml\Core\XmlTextReaderImpl.cs (19)
1848if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5773(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 5799if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5815switch (_incReadState) 5853if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5870if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 5880if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 8214switch (_incReadState) 8261Debug.Fail($"Unexpected read state {_incReadState}"); 8264Debug.Assert(_incReadState == IncrementalReadState.Text || 8265_incReadState == IncrementalReadState.Attributes || 8266_incReadState == IncrementalReadState.AttributeValue); 8277if (_incReadState == IncrementalReadState.Attributes) 8327if (_incReadState != IncrementalReadState.Text) 8435if (_incReadState == IncrementalReadState.Attributes) 8451if (_incReadState == IncrementalReadState.Attributes) 8459switch (_incReadState) 9353if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9382if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue)
System\Xml\Core\XmlTextReaderImplAsync.cs (9)
673if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 3531(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 3568if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 3584switch (_incReadState) 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)