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