11 overrides of NamespaceURI
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
703public override string NamespaceURI
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
41public override string NamespaceURI { get { return _curNode.NamespaceURI; } }
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
65public override string NamespaceURI {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
254public override string NamespaceURI 625public override string NamespaceURI
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
264public override string NamespaceURI
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
399public override string NamespaceURI
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
159public override string NamespaceURI {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
99public override string NamespaceURI {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1018public override string NamespaceURI {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
152public override string NamespaceURI {
69 references to NamespaceURI
System.Data.SqlXml (27)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (1)
120return navigator.LocalName != this.localName || navigator.NamespaceURI != namespaceUri;
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (7)
1003WriteStartElement(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1006WriteStartElementUnchecked(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1015WriteStartAttribute(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1018WriteStartAttributeUnchecked(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1098WriteEndElementUnchecked(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1108if (navigator.NamespaceURI.Length == 0) { 1349ns = navigator.NamespaceURI;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (10)
414return (object) n1.LocalName == (object) n2.LocalName && (object) n1.NamespaceURI == (object) n2.NamespaceURI; 417return (n1.LocalName == n2.LocalName) && (n1.NamespaceURI == n2.NamespaceURI); 427(object) GetAtomizedName(indexNamespaceUri) == (object) navigator.NamespaceURI); 431return (GetAtomizedName(indexLocalName) == navigator.LocalName) && (GetAtomizedName(indexNamespaceUri) == navigator.NamespaceURI); 754return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), XmlSchemaComplexType.UntypedAnyType, false); 756return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), nav.XmlType, nav.SchemaInfo.SchemaElement.IsNillable); 760return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), DatatypeImplementation.UntypedAtomicType, false); 762return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), nav.XmlType, false);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (4)
223this.xwrt.WriteEndElement(nav.Prefix, nav.LocalName, nav.NamespaceURI); 245this.xwrt.WriteFullEndElement(nav.Prefix, nav.LocalName, nav.NamespaceURI); 258this.xwrt.WriteStartElement(nav.Prefix, nav.LocalName, nav.NamespaceURI); 263this.xwrt.WriteStartAttribute(nav.Prefix, nav.LocalName, nav.NamespaceURI);
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
416return nt1 == nt2 && Ref.Equal(nav1.LocalName, nav2.LocalName) && Ref.Equal(nav1.NamespaceURI, nav2.NamespaceURI);
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
95return processor.BeginEvent(XPathNodeType.Attribute, node.Prefix, node.LocalName, node.NamespaceURI, false);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
119return _Navigator.NamespaceURI;
System\Xml\Xsl\XsltOld\Processor.cs (1)
767return BeginEvent(node.NodeType, node.Prefix, node.LocalName, node.NamespaceURI, emptyflag);
System.ServiceModel (27)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (3)
258return this.navigator.NamespaceURI; 629return this.navigator.NamespaceURI; 753return this[nodePosition].NamespaceURI;
System\ServiceModel\Dispatcher\QuerySelectOp.cs (3)
134return (0 == node.NamespaceURI.Length && this.qname.EqualsName(node.LocalName)); 140str = node.NamespaceURI; 158return this.qname.EqualsNamespace(node.NamespaceURI);
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
352string ns = nav.NamespaceURI;
System\ServiceModel\Dispatcher\XPathMessageContext.cs (20)
275if (nav.LocalName == name && (nav.NamespaceURI == XPathMessageContext.Wsa10NS || nav.NamespaceURI == XPathMessageContext.Wsa200408NS || nav.NamespaceURI == XPathMessageContext.WsaNoneNS)) 293if (nav.LocalName == name && nav.NamespaceURI == ns) 306if (nav.LocalName == name && (nav.NamespaceURI == XPathMessageContext.Wsa10NS || nav.NamespaceURI == XPathMessageContext.Wsa200408NS)) 319if (nav.LocalName == name && nav.NamespaceURI == ns) 336string ns = nav.NamespaceURI; 349if (nav.LocalName == XPathMessageContext.HeaderE && nav.NamespaceURI == ns) 366string ns = nav.NamespaceURI; 379if (nav.LocalName == XPathMessageContext.BodyE && nav.NamespaceURI == ns) 950string ns = nav.NamespaceURI; 1016if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S11NS) 1020else if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S12NS) 1078if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S11NS) 1082else if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S12NS) 1151if (nav.NamespaceURI == XPathMessageContext.S11NS) 1155else if (nav.NamespaceURI == XPathMessageContext.S12NS) 1221if (nav.NamespaceURI == XPathMessageContext.S11NS) 1225else if (nav.NamespaceURI == XPathMessageContext.S12NS)
System.Xml (15)
System\Xml\Core\XmlWriter.cs (2)
447WriteStartElement(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 454WriteStartAttribute(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI);
System\Xml\Core\XmlWriterAsync.cs (2)
399await WriteStartElementAsync(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI).ConfigureAwait(false); 406await WriteStartAttributeAsync(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI).ConfigureAwait(false);
System\Xml\XPath\Internal\AttributeQuery.cs (1)
42Debug.Assert(! currentNode.NamespaceURI.Equals(XmlReservedNs.NsXmlNs));
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
86if (nsUri.Equals(e.NamespaceURI)){
System\Xml\XPath\Internal\NodeFunctions.cs (1)
53return argVal.NamespaceURI;
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
77(uri == nav.NamespaceURI)
System\Xml\XPath\XPathNavigator.cs (5)
543if (localName == LocalName && namespaceURI == NamespaceURI) 632if (NodeType == XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI) 709|| namespaceURI != NamespaceURI); 774if (NodeType == XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI) 1436if (NodeType == XPathNodeType.Element && (object) localName == (object) LocalName && namespaceURI == NamespaceURI)
System\Xml\XPath\XPathNavigatorKeyComparer.cs (1)
46hashCode ^= nav.NamespaceURI.GetHashCode();
System\Xml\XPath\XPathNavigatorReader.cs (1)
188return this.nav.NamespaceURI;