7 references to Root
System.Data.SqlXml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
351
case XPathAxis.
Root
: return f.Root (currentNode);
System\Xml\Xsl\XPath\XPathParser.cs (2)
82
Node opnd = builder.Axis(XPathAxis.
Root
, XPathNodeType.All, null, null);
91
builder.Axis(XPathAxis.
Root
, XPathNodeType.All, null, null),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
118
xpathAxis == XPathAxis.
Root
126
case XPathAxis.
Root
:
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
70
opnd = ptrnBuilder.Axis(XPathAxis.
Root
, XPathNodeType.All, null, null);
79
ptrnBuilder.Axis(XPathAxis.
Root
, XPathNodeType.All, null, null),