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