7 writes to _isEnd
System.Private.Xml (7)
System\Xml\Core\ReadContentAsBinaryHelper.cs (4)
256
_isEnd
= false;
270
_isEnd
= false;
298
_isEnd
= false;
381
_isEnd
= true;
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
218
_isEnd
= false;
246
_isEnd
= false;
303
_isEnd
= true;
2 references to _isEnd
System.Private.Xml (2)
System\Xml\Core\ReadContentAsBinaryHelper.cs (1)
332
if (
_isEnd
)
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (1)
254
if (
_isEnd
)