6 writes to _readState
System.Private.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
1150
_readState
= ReadState.Initial;
1518
_readState
= ReadState.Error;
1523
_readState
= ReadState.Interactive;
1545
_readState
= ReadState.Error;
1621
_readState
= ReadState.EndOfFile;
1706
_readState
= ReadState.Closed;
15 references to _readState
System.Private.Xml (15)
System\Xml\Dom\XmlNodeReader.cs (15)
1160
return (
_readState
== ReadState.Interactive); // || readState == ReadState.EndOfFile
1509
if (
_readState
== ReadState.Initial)
1544
if (
_readState
== ReadState.Initial ||
_readState
== ReadState.Interactive)
1546
if (
_readState
== ReadState.EndOfFile)
1554
if (
_readState
!= ReadState.Interactive &&
_readState
!= ReadState.Initial)
1568
(((_readerNav.NodeType == XmlNodeType.Document) || (_readerNav.NodeType == XmlNodeType.DocumentFragment)) &&
_readState
== ReadState.Initial));
1645
if (
_readState
== ReadState.Error)
1699
get { return (
_readState
!= ReadState.Closed) && _fEOF; }
1712
get { return
_readState
; }
1803
if (
_readState
!= ReadState.Interactive)
1827
if (
_readState
!= ReadState.Interactive)
1851
if (
_readState
!= ReadState.Interactive)
1875
if (
_readState
!= ReadState.Interactive)