5 writes to isEof
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2729ps.isEof = true; 3063ps.isEof = false; 3187ps.isEof = true;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
1097ps.isEof = true;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
93isEof = false;
40 references to isEof
System.Xml (40)
System\Xml\Core\XmlTextReaderImpl.cs (21)
2214return ps.isEof; 3077if ( ps.isEof ) { 3516if ( ps.isEof || ReadData() == 0 ) { 3708Debug.Assert( pos == ps.charsUsed && !ps.isEof ); 4194else if (pos == ps.charsUsed && !ps.isEof) { 4704else if ( pos+1 < ps.charsUsed || ps.isEof ) { 4857Debug.Assert( ps.isEof ); 5105else if ( pos + 1 < ps.charsUsed || ps.isEof ) { 5170if ( ps.charsUsed - pos < 3 && !ps.isEof ) { 5221Debug.Assert( ps.isEof ); 5801else if ( pos+1 < ps.charsUsed || ps.isEof ) { 5987else if ( pos+1 < ps.charsUsed || ps.isEof ) { 6249else if ( pos+1 < ps.charsUsed || ps.isEof ) { 6270if ( pos + 3 >= ps.charsUsed && !ps.isEof ) { 6282else if ( pos + 1 >= ps.charsUsed && !ps.isEof ) { 6290if ( pos + 2 >= ps.charsUsed && !ps.isEof ) { 6305if (pos + 1 >= ps.charsUsed && !ps.isEof) { 6369Debug.Assert( ps.isEof ); 6404else if ( pos+1 < ps.charsUsed || ps.isEof ) { 6455Debug.Assert( ps.isEof ); 6990Debug.Assert( ps.isEof );
System\Xml\Core\XmlTextReaderImplAsync.cs (19)
987if ( ps.isEof ) { 1349if ( ps.isEof || await ReadDataAsync().ConfigureAwait(false) == 0 ) { 1481Debug.Assert(pos == ps.charsUsed && !ps.isEof); 2057else if (pos == ps.charsUsed && !ps.isEof) { 2486else if ( pos+1 < ps.charsUsed || ps.isEof ) { 2644Debug.Assert( ps.isEof ); 3077else if (pos + 1 < ps.charsUsed || ps.isEof) { 3101if (ps.charsUsed - pos < 3 && !ps.isEof) { 3237Debug.Assert(ps.isEof); 3820else if ( pos+1 < ps.charsUsed || ps.isEof ) { 4037else if ( pos+1 < ps.charsUsed || ps.isEof ) { 4306else if ( pos+1 < ps.charsUsed || ps.isEof ) { 4327if ( pos + 3 >= ps.charsUsed && !ps.isEof ) { 4339else if ( pos + 1 >= ps.charsUsed && !ps.isEof ) { 4347if ( pos + 2 >= ps.charsUsed && !ps.isEof ) { 4362if (pos + 1 >= ps.charsUsed && !ps.isEof) { 4426Debug.Assert( ps.isEof ); 4461else if ( pos+1 < ps.charsUsed || ps.isEof ) { 4512Debug.Assert( ps.isEof );