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)
1003return _readState; 1357if (_readState != ReadState.Interactive) 1435if (_readState != ReadState.Interactive || _curAttrIndex < 0) 1632if (_readState != ReadState.Interactive) 1692if (_readState != ReadState.Interactive) 1751if (_readState != ReadState.Interactive) 1811if (_readState != ReadState.Interactive) 1874if (_readState != ReadState.Interactive) 2035if (_readState != ReadState.Initial) 2077if (_readState == ReadState.Closed) 2095return (_readState == ReadState.Interactive) ? _reportedEncoding : null; 2110if (_readState == ReadState.Closed) 2192if (_readState == ReadState.Initial)