1 write to localName
System.Xml (1)
System\Xml\Dom\XmlName.cs (1)
33this.localName = localName;
4 references to localName
System.Xml (4)
System\Xml\Dom\XmlName.cs (4)
43return localName; 76if ( localName.Length > 0 ) { 77string n = string.Concat( prefix, ":", localName ); 89name = localName;