5 writes to isEof
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2963
_ps.
isEof
= true;
3337
_ps.
isEof
= false;
3495
_ps.
isEof
= true;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
1162
_ps.
isEof
= true;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
81
isEof
= false;
40 references to isEof
System.Private.Xml (40)
System\Xml\Core\XmlTextReaderImpl.cs (21)
2376
return _ps.
isEof
;
3353
if (_ps.
isEof
)
3873
if (_ps.
isEof
|| ReadData() == 0)
4094
Debug.Assert(pos == _ps.charsUsed && !_ps.
isEof
);
4619
else if (pos == _ps.charsUsed && !_ps.
isEof
)
5164
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
5332
Debug.Assert(_ps.
isEof
);
5609
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
5683
if (_ps.charsUsed - pos < 3 && !_ps.
isEof
)
5746
Debug.Assert(_ps.
isEof
);
6400
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
6618
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
6918
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
6944
if (pos + 3 >= _ps.charsUsed && !_ps.
isEof
)
6959
else if (pos + 1 >= _ps.charsUsed && !_ps.
isEof
)
6969
if (pos + 2 >= _ps.charsUsed && !_ps.
isEof
)
6987
if (pos + 1 >= _ps.charsUsed && !_ps.
isEof
)
7065
Debug.Assert(_ps.
isEof
);
7109
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
7166
Debug.Assert(_ps.
isEof
);
7766
Debug.Assert(_ps.
isEof
);
System\Xml\Core\XmlTextReaderImplAsync.cs (19)
1026
if (_ps.
isEof
)
1435
if (_ps.
isEof
|| await ReadDataAsync().ConfigureAwait(false) == 0)
1597
Debug.Assert(pos == _ps.charsUsed && !_ps.
isEof
);
2225
else if (pos == _ps.charsUsed && !_ps.
isEof
)
2657
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
2830
Debug.Assert(_ps.
isEof
);
3291
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
3318
if (_ps.charsUsed - pos < 3 && !_ps.
isEof
)
3475
Debug.Assert(_ps.
isEof
);
4107
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
4344
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
4644
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
4670
if (pos + 3 >= _ps.charsUsed && !_ps.
isEof
)
4685
else if (pos + 1 >= _ps.charsUsed && !_ps.
isEof
)
4695
if (pos + 2 >= _ps.charsUsed && !_ps.
isEof
)
4713
if (pos + 1 >= _ps.charsUsed && !_ps.
isEof
)
4791
Debug.Assert(_ps.
isEof
);
4834
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
4891
Debug.Assert(_ps.
isEof
);