6 writes to _readState
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
1246
_readState
= ReadState.Interactive;
1250
_readState
= ReadState.Interactive;
2207
_readState
= ReadState.Initial;
2816
_readState
= ReadState.Error;
3619
_readState
= ReadState.Closed;
7905
_readState
= ReadState.EndOfFile;
13 references to _readState
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (13)
1003
return
_readState
;
1357
if (
_readState
!= ReadState.Interactive)
1435
if (
_readState
!= ReadState.Interactive || _curAttrIndex < 0)
1632
if (
_readState
!= ReadState.Interactive)
1692
if (
_readState
!= ReadState.Interactive)
1751
if (
_readState
!= ReadState.Interactive)
1811
if (
_readState
!= ReadState.Interactive)
1874
if (
_readState
!= ReadState.Interactive)
2035
if (
_readState
!= ReadState.Initial)
2077
if (
_readState
== ReadState.Closed)
2095
return (
_readState
== ReadState.Interactive) ? _reportedEncoding : null;
2110
if (
_readState
== ReadState.Closed)
2192
if (
_readState
== ReadState.Initial)