1 write to _lastChild
System.Private.Xml (1)
System\Xml\Dom\XmlEntity.cs (1)
87
set {
_lastChild
= value; }
2 references to _lastChild
System.Private.Xml (2)
System\Xml\Dom\XmlEntity.cs (2)
78
if (
_lastChild
== null && !_childrenFoliating)
85
return
_lastChild
;