8 writes to _readState
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1238_readState = ReadState.Interactive; 1242_readState = ReadState.Interactive; 2146_readState = ReadState.Initial; 2762_readState = ReadState.Error; 3570_readState = ReadState.Closed; 7755_readState = ReadState.EndOfFile;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
179_readState = ReadState.Interactive; 272_readState = ReadState.Interactive;
19 references to _readState
System.Private.Xml (19)
System\Xml\Core\XmlTextReaderImpl.cs (13)
991return _readState; 1349if (_readState != ReadState.Interactive) 1428if (_readState != ReadState.Interactive || _curAttrIndex < 0) 1612if (_readState != ReadState.Interactive) 1659if (_readState != ReadState.Interactive) 1705if (_readState != ReadState.Interactive) 1752if (_readState != ReadState.Interactive) 1802if (_readState != ReadState.Interactive) 1968if (_readState != ReadState.Initial) 2014if (_readState == ReadState.Closed) 2032return (_readState == ReadState.Interactive) ? _reportedEncoding : null; 2047if (_readState == ReadState.Closed) 2130if (_readState == ReadState.Initial)
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
310if (_readState != ReadState.Interactive) 408if (_readState != ReadState.Interactive) 464if (_readState != ReadState.Interactive) 529if (_readState != ReadState.Interactive) 585if (_readState != ReadState.Interactive) 627if (_readState != ReadState.Interactive)