6 writes to _lastChild
System.Private.Xml (6)
System\Xml\Dom\XmlElement.cs (6)
36_lastChild = this; 151_lastChild = newNode; // LastNode = newNode; 159_lastChild = newNode; // LastNode = newNode; 192_lastChild = this; 199_lastChild = null; 213_lastChild = value;
9 references to _lastChild
System.Private.Xml (9)
System\Xml\Dom\XmlElement.cs (9)
147if (_lastChild == null 148|| _lastChild == this) 156XmlLinkedNode refNode = _lastChild; // refNode = LastNode; 182return _lastChild == this; 189if (_lastChild != this) 197if (_lastChild == this) 209return _lastChild == this ? null : _lastChild; 472else if (e._lastChild == null)