4 writes to localName
System.Xml (4)
System\Xml\Dom\XmlElementList.cs (4)
52this.localName = nameTable.Add( this.localName ); 72this.localName = null; 81this.localName = nt.Get( localName ); 86this.localName = localName;
4 references to localName
System.Xml (4)
System\Xml\Dom\XmlElementList.cs (4)
52this.localName = nameTable.Add( this.localName ); 83if( (this.localName == null) || (this.namespaceURI== null) ) { 149(Ref.Equal(this.localName, asterisk) || Ref.Equal(curNode.LocalName, this.localName) ) &&