1 implementation of IsEof
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
204bool IDtdParserAdapter.IsEof {
16 references to IsEof
System.Xml (16)
System\Xml\Schema\DtdParser.cs (8)
1601else if ( curPos+1 < charsUsed || readerAdapter.IsEof ) { 1677if ( readerAdapter.IsEof || ReadData() == 0 ) { 1798if ( charsUsed - curPos < 2 && !readerAdapter.IsEof ) { 1806if ( charsUsed - curPos < 3 && !readerAdapter.IsEof ) { 2136if ( charsUsed - curPos < 8 && !readerAdapter.IsEof ) { 2503if ( readerAdapter.IsEof || ReadData() == 0 ) { 2743else if ( curPos+1 < charsUsed || readerAdapter.IsEof ) { 2805if ( readerAdapter.IsEof || ReadData() == 0 ) {
System\Xml\Schema\DtdParserAsync.cs (8)
1218else if ( curPos+1 < charsUsed || readerAdapter.IsEof ) { 1294if ( readerAdapter.IsEof || await ReadDataAsync().ConfigureAwait(false) == 0 ) { 1415if ( charsUsed - curPos < 2 && !readerAdapter.IsEof ) { 1423if ( charsUsed - curPos < 3 && !readerAdapter.IsEof ) { 1654if ( charsUsed - curPos < 8 && !readerAdapter.IsEof ) { 1960if ( readerAdapter.IsEof || await ReadDataAsync().ConfigureAwait(false) == 0 ) { 2174else if ( curPos+1 < charsUsed || readerAdapter.IsEof ) { 2236if ( readerAdapter.IsEof || await ReadDataAsync().ConfigureAwait(false) == 0 ) {