14 references to All
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (2)
575if (type != XPathNodeType.Text && type != XPathNodeType.All) 645if (type == XPathNodeType.Text || type == XPathNodeType.All)
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\schema\AstTree.cs (2)
557return ((ast.TypeOfAxis == Axis.AxisType.DescendantOrSelf) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis)); 562return ((ast.TypeOfAxis == Axis.AxisType.Self) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Axis.cs (1)
54: this(axisType, input, string.Empty, string.Empty, XPathNodeType.All)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (1)
86TypeTest == XPathNodeType.All ||
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
76_workIterator = last.SelectDescendants(XPathNodeType.All, true);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
78input.TypeOfAxis == Axis.AxisType.DescendantOrSelf && input.NodeType == XPathNodeType.All 193if ((root.NodeType == XPathNodeType.All || root.NodeType == XPathNodeType.Element || root.NodeType == XPathNodeType.Attribute) && root.Prefix.Length == 0)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (1)
75type == XPathNodeType.All ||
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
420_scanner.Name == "node" ? XPathNodeType.All :
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2013if (type == XPathNodeType.All)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1172get { return XPathNodeType.All; }