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