7 writes to isEnd
System.Xml (7)
System\Xml\Core\ReadContentAsBinaryHelper.cs (4)
267
isEnd
= false;
279
isEnd
= false;
303
isEnd
= false;
369
isEnd
= true;
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
223
isEnd
= false;
247
isEnd
= false;
293
isEnd
= true;
2 references to isEnd
System.Xml (2)
System\Xml\Core\ReadContentAsBinaryHelper.cs (1)
330
if (
isEnd
) {
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (1)
254
if (
isEnd
) {