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; 5812_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5829_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 8137_incReadState = IncrementalReadState.Text; 8235_incReadState = IncrementalReadState.Text; 8243_incReadState = IncrementalReadState.Text; 8251_incReadState = IncrementalReadState.Text; 8259_incReadState = IncrementalReadState.End; 8268_incReadState = IncrementalReadState.Text; 8351_incReadState = IncrementalReadState.PI; 8362_incReadState = IncrementalReadState.Comment; 8372_incReadState = IncrementalReadState.CDATA; 8409_incReadState = IncrementalReadState.EndElement; 8432_incReadState = IncrementalReadState.Attributes; 8453_incReadState = IncrementalReadState.Text; 8463_incReadState = IncrementalReadState.Text; 8474_incReadState = IncrementalReadState.Attributes; 8479_incReadState = IncrementalReadState.AttributeValue; 8500_incReadState = IncrementalReadState.ReadData; 8996_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9000_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9421_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9443_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) 5783(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 5809if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5825switch (_incReadState) 5863if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5880if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 5890if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 8224switch (_incReadState) 8271Debug.Fail($"Unexpected read state {_incReadState}"); 8274Debug.Assert(_incReadState == IncrementalReadState.Text || 8275_incReadState == IncrementalReadState.Attributes || 8276_incReadState == IncrementalReadState.AttributeValue); 8287if (_incReadState == IncrementalReadState.Attributes) 8337if (_incReadState != IncrementalReadState.Text) 8445if (_incReadState == IncrementalReadState.Attributes) 8461if (_incReadState == IncrementalReadState.Attributes) 8469switch (_incReadState) 9363if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9392if (_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)