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