2 writes to namespaceUri
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\NamespaceEvent.cs (2)
22
this.
namespaceUri
= input.Value;
30
this.
namespaceUri
= ResultURIInfo.nameSpace;
3 references to namespaceUri
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\NamespaceEvent.cs (3)
27
if (this.
namespaceUri
.Length != 0) { // Do we need to check this for namespace?
28
NamespaceInfo ResultURIInfo = compiler.FindNamespaceAlias(this.
namespaceUri
);
40
res = processor.BeginEvent(XPathNodeType.Namespace, /*prefix:*/null, this.name, this.
namespaceUri
, /*empty:*/false);