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)
991
return
_readState
;
1349
if (
_readState
!= ReadState.Interactive)
1428
if (
_readState
!= ReadState.Interactive || _curAttrIndex < 0)
1612
if (
_readState
!= ReadState.Interactive)
1659
if (
_readState
!= ReadState.Interactive)
1705
if (
_readState
!= ReadState.Interactive)
1752
if (
_readState
!= ReadState.Interactive)
1802
if (
_readState
!= ReadState.Interactive)
1968
if (
_readState
!= ReadState.Initial)
2014
if (
_readState
== ReadState.Closed)
2032
return (
_readState
== ReadState.Interactive) ? _reportedEncoding : null;
2047
if (
_readState
== ReadState.Closed)
2130
if (
_readState
== ReadState.Initial)
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
310
if (
_readState
!= ReadState.Interactive)
408
if (
_readState
!= ReadState.Interactive)
464
if (
_readState
!= ReadState.Interactive)
529
if (
_readState
!= ReadState.Interactive)
585
if (
_readState
!= ReadState.Interactive)
627
if (
_readState
!= ReadState.Interactive)