5 writes to isEof
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2963
_ps.
isEof
= true;
3320
_ps.
isEof
= false;
3478
_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
;
3336
if (_ps.
isEof
)
3856
if (_ps.
isEof
|| ReadData() == 0)
4077
Debug.Assert(pos == _ps.charsUsed && !_ps.
isEof
);
4602
else if (pos == _ps.charsUsed && !_ps.
isEof
)
5147
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
5315
Debug.Assert(_ps.
isEof
);
5592
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
5666
if (_ps.charsUsed - pos < 3 && !_ps.
isEof
)
5729
Debug.Assert(_ps.
isEof
);
6383
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
6601
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
6901
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
6927
if (pos + 3 >= _ps.charsUsed && !_ps.
isEof
)
6942
else if (pos + 1 >= _ps.charsUsed && !_ps.
isEof
)
6952
if (pos + 2 >= _ps.charsUsed && !_ps.
isEof
)
6970
if (pos + 1 >= _ps.charsUsed && !_ps.
isEof
)
7048
Debug.Assert(_ps.
isEof
);
7092
else if (pos + 1 < _ps.charsUsed || _ps.
isEof
)
7149
Debug.Assert(_ps.
isEof
);
7749
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
);