1 write to lastChild
System.Xml (1)
System\Xml\Dom\XmlEntity.cs (1)
83
set {
lastChild
= value;}
2 references to lastChild
System.Xml (2)
System\Xml\Dom\XmlEntity.cs (2)
74
if (
lastChild
== null && !childrenFoliating)
81
return
lastChild
;