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)
82
isStreamEof
= false;
4 references to isStreamEof
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3436
if (!_ps.
isStreamEof
)
8863
if (_v1Compat && pos == _ps.charsUsed - 1 && _ps.chars[pos] == (char)0 && ReadData() == 0 && _ps.
isStreamEof
)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1122
if (!_ps.
isStreamEof
)
5245
if (_v1Compat && pos == _ps.charsUsed - 1 && _ps.chars[pos] == (char)0 && await ReadDataAsync().ConfigureAwait(false) == 0 && _ps.
isStreamEof
)