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