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