6 writes to readState
System.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
976readState = ReadState.Initial; 1285readState = ReadState.Error; 1290readState = ReadState.Interactive; 1310readState = ReadState.Error; 1373readState = ReadState.EndOfFile; 1442readState = ReadState.Closed;
15 references to readState
System.Xml (15)
System\Xml\Dom\XmlNodeReader.cs (15)
985return ( readState == ReadState.Interactive ); // || readState == ReadState.EndOfFile 1279if ( readState == ReadState.Initial ) { 1309if ( readState == ReadState.Initial || readState == ReadState.Interactive ) 1311if ( readState == ReadState.EndOfFile ) 1318if ( readState != ReadState.Interactive && readState != ReadState.Initial ) { 1331( ( ( readerNav.NodeType == XmlNodeType.Document ) || ( readerNav.NodeType == XmlNodeType.DocumentFragment ) ) && readState == ReadState.Initial) ); 1392if ( readState == ReadState.Error ) 1436get { return (readState != ReadState.Closed) && fEOF; } 1447get { return readState; } 1523if ( readState != ReadState.Interactive ) { 1544if ( readState != ReadState.Interactive ) { 1565if ( readState != ReadState.Interactive ) { 1586if ( readState != ReadState.Interactive ) {