5 writes to isEof
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2729
ps.
isEof
= true;
3063
ps.
isEof
= false;
3187
ps.
isEof
= true;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
1097
ps.
isEof
= true;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
93
isEof
= false;
40 references to isEof
System.Xml (40)
System\Xml\Core\XmlTextReaderImpl.cs (21)
2214
return ps.
isEof
;
3077
if ( ps.
isEof
) {
3516
if ( ps.
isEof
|| ReadData() == 0 ) {
3708
Debug.Assert( pos == ps.charsUsed && !ps.
isEof
);
4194
else if (pos == ps.charsUsed && !ps.
isEof
) {
4704
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
4857
Debug.Assert( ps.
isEof
);
5105
else if ( pos + 1 < ps.charsUsed || ps.
isEof
) {
5170
if ( ps.charsUsed - pos < 3 && !ps.
isEof
) {
5221
Debug.Assert( ps.
isEof
);
5801
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
5987
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
6249
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
6270
if ( pos + 3 >= ps.charsUsed && !ps.
isEof
) {
6282
else if ( pos + 1 >= ps.charsUsed && !ps.
isEof
) {
6290
if ( pos + 2 >= ps.charsUsed && !ps.
isEof
) {
6305
if (pos + 1 >= ps.charsUsed && !ps.
isEof
) {
6369
Debug.Assert( ps.
isEof
);
6404
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
6455
Debug.Assert( ps.
isEof
);
6990
Debug.Assert( ps.
isEof
);
System\Xml\Core\XmlTextReaderImplAsync.cs (19)
987
if ( ps.
isEof
) {
1349
if ( ps.
isEof
|| await ReadDataAsync().ConfigureAwait(false) == 0 ) {
1481
Debug.Assert(pos == ps.charsUsed && !ps.
isEof
);
2057
else if (pos == ps.charsUsed && !ps.
isEof
) {
2486
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
2644
Debug.Assert( ps.
isEof
);
3077
else if (pos + 1 < ps.charsUsed || ps.
isEof
) {
3101
if (ps.charsUsed - pos < 3 && !ps.
isEof
) {
3237
Debug.Assert(ps.
isEof
);
3820
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
4037
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
4306
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
4327
if ( pos + 3 >= ps.charsUsed && !ps.
isEof
) {
4339
else if ( pos + 1 >= ps.charsUsed && !ps.
isEof
) {
4347
if ( pos + 2 >= ps.charsUsed && !ps.
isEof
) {
4362
if (pos + 1 >= ps.charsUsed && !ps.
isEof
) {
4426
Debug.Assert( ps.
isEof
);
4461
else if ( pos+1 < ps.charsUsed || ps.
isEof
) {
4512
Debug.Assert( ps.
isEof
);