2 writes to namespaceUri
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\BeginEvent.cs (2)
31
this.
namespaceUri
= input.NamespaceURI;
53
this.
namespaceUri
= ResultURIInfo.nameSpace;
3 references to namespaceUri
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\BeginEvent.cs (3)
48
if (this.nodeType == XPathNodeType.Attribute && this.
namespaceUri
.Length == 0) {
51
NamespaceInfo ResultURIInfo = compiler.FindNamespaceAlias(this.
namespaceUri
);
61
return processor.BeginEvent(this.nodeType, this.prefix, this.name, this.
namespaceUri
, this.empty, this.htmlProps, false);