1 write to localName
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
500this.localName = rec.localName;
2 references to localName
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
503return qn.prefix.Length == 0 ? qn.localName : (qn.prefix + ':' + qn.localName);