6 writes to _readState
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
1160
_readState
= ReadState.Initial;
1528
_readState
= ReadState.Error;
1533
_readState
= ReadState.Interactive;
1557
_readState
= ReadState.Error;
1633
_readState
= ReadState.EndOfFile;
1718
_readState
= ReadState.Closed;
15 references to _readState
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (15)
1170
return (
_readState
== ReadState.Interactive); // || readState == ReadState.EndOfFile
1519
if (
_readState
== ReadState.Initial)
1556
if (
_readState
== ReadState.Initial ||
_readState
== ReadState.Interactive)
1558
if (
_readState
== ReadState.EndOfFile)
1566
if (
_readState
!= ReadState.Interactive &&
_readState
!= ReadState.Initial)
1580
(((_readerNav.NodeType == XmlNodeType.Document) || (_readerNav.NodeType == XmlNodeType.DocumentFragment)) &&
_readState
== ReadState.Initial));
1657
if (
_readState
== ReadState.Error)
1711
get { return (
_readState
!= ReadState.Closed) && _fEOF; }
1724
get { return
_readState
; }
1815
if (
_readState
!= ReadState.Interactive)
1839
if (
_readState
!= ReadState.Interactive)
1863
if (
_readState
!= ReadState.Interactive)
1887
if (
_readState
!= ReadState.Interactive)