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