40 references to Namespace
dotnet-svcutil-lib (40)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (3)
636pageNode[idxNode].Create(info, XPathNodeType.Namespace, idxElem); 652Debug.Assert(xptyp != XPathNodeType.Namespace); 723Debug.Assert(xptyp != XPathNodeType.Root && xptyp != XPathNodeType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (3)
83case XPathNodeType.Namespace: 362if (page[idx].NodeType != XPathNodeType.Namespace) 873case XPathNodeType.Namespace:
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (2)
240return NodeType == XPathNodeType.Namespace && localName.Length == 3 && localName == "xml"; 293return xptyp == XPathNodeType.Attribute || xptyp == XPathNodeType.Namespace;
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeHelper.cs (1)
315Debug.Assert(typ != XPathNodeType.Attribute && typ != XPathNodeType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
535case XPathNodeType.Namespace:
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
147if (nodeToValidate.XPNodeType == XPathNodeType.Namespace) goto default;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1471Debug.Assert(this.NodeType != XPathNodeType.Attribute && this.NodeType != XPathNodeType.Namespace && this.NodeType != XPathNodeType.All);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
398return XPathNodeType.Namespace;
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (1)
559case XPathNodeType.Namespace:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
54if (_input.NodeType == XPathNodeType.Attribute || _input.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
62Debug.Assert(e.NodeType == XPathNodeType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
64if (last.NodeType == XPathNodeType.Attribute || last.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
60if (input.NodeType == XPathNodeType.Attribute || input.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (2)
220if (last.NodeType == XPathNodeType.Namespace && curr.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
396Debug.Assert(pageElem[idxElem].NodeType == XPathNodeType.Element && pageNmsp[idxNmsp].NodeType == XPathNodeType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (15)
527if ((nt != XPathNodeType.Element && scope != XmlNamespaceScope.Local) || nt == XPathNodeType.Attribute || nt == XPathNodeType.Namespace) 730case XPathNodeType.Namespace: 803case XPathNodeType.Namespace: 814case XPathNodeType.Namespace: 872case XPathNodeType.Namespace: 883case XPathNodeType.Namespace: 1374|| type == XPathNodeType.Namespace) 1407else if (NodeType == XPathNodeType.Namespace) 1482case XPathNodeType.Namespace: 1766case XPathNodeType.Namespace: 1806case XPathNodeType.Namespace: 1923case XPathNodeType.Namespace: 1934case XPathNodeType.Namespace: 1991internal const int NoAttrNmspMask = AllMask & ~(1 << (int)XPathNodeType.Attribute) & ~(1 << (int)XPathNodeType.Namespace); 2256case XPathNodeType.Namespace:
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (4)
208if (_nav.NodeType == XPathNodeType.Namespace) 222if (_nav.NodeType == XPathNodeType.Namespace && _nav.LocalName.Length == 0) 236if (_nav.NodeType == XPathNodeType.Namespace && _nav.LocalName.Length != 0) 646Debug.Assert(XPathNodeType.Namespace == _nav.NodeType);