2 writes to localName
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
264
this.
localName
= localName;
300
this.
localName
= null;
3 references to localName
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (3)
253
public string LocalName { get { return this.
localName
; } }
292
if (this.
localName
!= null) {
296
if (this.
localName
.Equals(localName)) {