8 writes to readState
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1175readState = ReadState.Interactive; 1179readState = ReadState.Interactive; 2007readState = ReadState.Initial; 2526readState = ReadState.Error; 3260readState = ReadState.Closed; 6996readState = ReadState.EndOfFile;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
166readState = ReadState.Interactive; 260readState = ReadState.Interactive;
19 references to readState
System.Xml (19)
System\Xml\Core\XmlTextReaderImpl.cs (13)
973return readState; 1287if ( readState != ReadState.Interactive ) 1357if ( readState != ReadState.Interactive || curAttrIndex < 0 ) { 1540if ( readState != ReadState.Interactive ) { 1588if ( readState != ReadState.Interactive ) { 1635if ( readState != ReadState.Interactive ) { 1683if ( readState != ReadState.Interactive ) { 1733if ( readState != ReadState.Interactive ) { 1869if ( readState != ReadState.Initial ) { 1901if ( readState == ReadState.Closed ) { 1915return ( readState == ReadState.Interactive ) ? reportedEncoding : null; 1927if ( readState == ReadState.Closed ) { 1994if ( readState == ReadState.Initial ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
291if ( readState != ReadState.Interactive ) 387if ( readState != ReadState.Interactive ) { 442if ( readState != ReadState.Interactive ) { 505if ( readState != ReadState.Interactive ) { 560if ( readState != ReadState.Interactive ) { 605if ( readState != ReadState.Interactive ) {