21 references to Root
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (2)
112_idxParent = NewNode(out _pageParent, XPathNodeType.Root, string.Empty, string.Empty, string.Empty, baseUri); 723Debug.Assert(xptyp != XPathNodeType.Root && xptyp != XPathNodeType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
186if (root.NodeType != XPathNodeType.Root) 255if (root.NodeType != XPathNodeType.Root)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
220case XPathNodeType.Root:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
526case XPathNodeType.Root:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1757internal override XPathNodeType XPNodeType { get { return XPathNodeType.Root; } }
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs (1)
198internal override XPathNodeType XPNodeType { get { return XPathNodeType.Root; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
28if (context != null && context.NodeType == XPathNodeType.Root)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
422/* default: */ XPathNodeType.Root 424Debug.Assert(nodeType != XPathNodeType.Root);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (9)
610case XPathNodeType.Root: 1053case XPathNodeType.Root: 1098Debug.Assert(schemaType != null || this.NodeType == XPathNodeType.Root, "schemaType != null || this.NodeType == XPathNodeType.Root"); 1372if (type == XPathNodeType.Root 1448case XPathNodeType.Root: 1498case XPathNodeType.Root: 1750if (NodeType == XPathNodeType.Root) 1994(1 << (int) XPathNodeType.Root), // Root 2032case XPathNodeType.Root:
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
987if (XPathNodeType.Root == _nav.NodeType)