4 references to Root
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (4)
303
AstNode opnd = new
Root
();
314
return ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, new
Root
()));
630
opnd = new
Root
();
638
opnd = new Axis(Axis.AxisType.DescendantOrSelf, new
Root
());