5 writes to isEof
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2963_ps.isEof = true; 3320_ps.isEof = false; 3478_ps.isEof = true;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
1162_ps.isEof = true;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
81isEof = false;
40 references to isEof
System.Private.Xml (40)
System\Xml\Core\XmlTextReaderImpl.cs (21)
2376return _ps.isEof; 3336if (_ps.isEof) 3856if (_ps.isEof || ReadData() == 0) 4077Debug.Assert(pos == _ps.charsUsed && !_ps.isEof); 4602else if (pos == _ps.charsUsed && !_ps.isEof) 5147else if (pos + 1 < _ps.charsUsed || _ps.isEof) 5315Debug.Assert(_ps.isEof); 5592else if (pos + 1 < _ps.charsUsed || _ps.isEof) 5666if (_ps.charsUsed - pos < 3 && !_ps.isEof) 5729Debug.Assert(_ps.isEof); 6383else if (pos + 1 < _ps.charsUsed || _ps.isEof) 6601else if (pos + 1 < _ps.charsUsed || _ps.isEof) 6901else if (pos + 1 < _ps.charsUsed || _ps.isEof) 6927if (pos + 3 >= _ps.charsUsed && !_ps.isEof) 6942else if (pos + 1 >= _ps.charsUsed && !_ps.isEof) 6952if (pos + 2 >= _ps.charsUsed && !_ps.isEof) 6970if (pos + 1 >= _ps.charsUsed && !_ps.isEof) 7048Debug.Assert(_ps.isEof); 7092else if (pos + 1 < _ps.charsUsed || _ps.isEof) 7149Debug.Assert(_ps.isEof); 7749Debug.Assert(_ps.isEof);
System\Xml\Core\XmlTextReaderImplAsync.cs (19)
1026if (_ps.isEof) 1435if (_ps.isEof || await ReadDataAsync().ConfigureAwait(false) == 0) 1597Debug.Assert(pos == _ps.charsUsed && !_ps.isEof); 2225else if (pos == _ps.charsUsed && !_ps.isEof) 2657else if (pos + 1 < _ps.charsUsed || _ps.isEof) 2830Debug.Assert(_ps.isEof); 3291else if (pos + 1 < _ps.charsUsed || _ps.isEof) 3318if (_ps.charsUsed - pos < 3 && !_ps.isEof) 3475Debug.Assert(_ps.isEof); 4107else if (pos + 1 < _ps.charsUsed || _ps.isEof) 4344else if (pos + 1 < _ps.charsUsed || _ps.isEof) 4644else if (pos + 1 < _ps.charsUsed || _ps.isEof) 4670if (pos + 3 >= _ps.charsUsed && !_ps.isEof) 4685else if (pos + 1 >= _ps.charsUsed && !_ps.isEof) 4695if (pos + 2 >= _ps.charsUsed && !_ps.isEof) 4713if (pos + 1 >= _ps.charsUsed && !_ps.isEof) 4791Debug.Assert(_ps.isEof); 4834else if (pos + 1 < _ps.charsUsed || _ps.isEof) 4891Debug.Assert(_ps.isEof);