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