5 writes to isStreamEof
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2889_ps.isStreamEof = true; 3446_ps.isStreamEof = true;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
917_ps.isStreamEof = true; 1130_ps.isStreamEof = true;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
82isStreamEof = false;
4 references to isStreamEof
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3436if (!_ps.isStreamEof) 8863if (_v1Compat && pos == _ps.charsUsed - 1 && _ps.chars[pos] == (char)0 && ReadData() == 0 && _ps.isStreamEof)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1122if (!_ps.isStreamEof) 5245if (_v1Compat && pos == _ps.charsUsed - 1 && _ps.chars[pos] == (char)0 && await ReadDataAsync().ConfigureAwait(false) == 0 && _ps.isStreamEof)