5 writes to isStreamEof
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2644
ps.
isStreamEof
= true;
3159
ps.
isStreamEof
= true;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
868
ps.
isStreamEof
= true;
1069
ps.
isStreamEof
= true;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
94
isStreamEof
= false;
4 references to isStreamEof
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3154
if ( !ps.
isStreamEof
) {
7922
if ( v1Compat && pos == ps.charsUsed - 1 && ps.chars[pos] == (char)0 && ReadData() == 0 && ps.
isStreamEof
) {
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1064
if ( !ps.
isStreamEof
) {
4877
if ( v1Compat && pos == ps.charsUsed - 1 && ps.chars[pos] == (char)0 && await ReadDataAsync().ConfigureAwait(false) == 0 && ps.
isStreamEof
) {