4 writes to isEmpty
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
835
this.
isEmpty
= false;
2472
this.
isEmpty
= false;
2708
this.
isEmpty
= true;
2863
this.
isEmpty
= r.IsEmptyElement;
2 references to isEmpty
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
527
return this.
isEmpty
;
2470
if (this.
isEmpty
) {