1 write to localName
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
46this.localName = XmlConvert.VerifyNCName(localName);
3 references to localName
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
55get { return localName; } 76if (ns.NamespaceName.Length == 0) return localName; 77return "{" + ns.NamespaceName + "}" + localName;