3 writes to elemList
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
309this.elemList = new WeakReference(elemList); 324this.elemList = null; 336this.elemList = null;
3 references to elemList
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
317if (this.elemList != null) { 318XmlElementList el = (XmlElementList)this.elemList.Target; 333if (elemList != null) {