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