6 writes to lastChild
System.Xml (6)
System\Xml\Dom\XmlElement.cs (6)
33this.lastChild = this; 126lastChild = newNode; // LastNode = newNode; 133lastChild = newNode; // LastNode = newNode; 159lastChild = this; 164lastChild = null; 177lastChild = value;
9 references to lastChild
System.Xml (9)
System\Xml\Dom\XmlElement.cs (9)
123if (lastChild == null 124|| lastChild == this) { // if LastNode == null 130XmlLinkedNode refNode = lastChild; // refNode = LastNode; 152return lastChild == this; 157if (lastChild != this) { 163if (lastChild == this) { 173return lastChild == this ? null : lastChild; 397else if (e.lastChild == null) {