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