47 references to All
System.Data (1)
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
153return XPathNodeType.All;
System.Data.SqlXml (32)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3057kindsRuntime = XPathNodeType.All; 3065if (kindsRuntime == XPathNodeType.All) { 4262return XPathNodeType.All; 4282this.helper.CallGetTypeFilter(XPathNodeType.All);
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
256return navigator.MoveToFollowing(XPathNodeType.All, navEnd); 319return navigator.MoveToFollowing(XPathNodeType.All, navEnd);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
341if (nodeType == XPathNodeType.All)
System\Xml\Xsl\XPath\XPathParser.cs (8)
82Node opnd = builder.Axis(XPathAxis.Root, XPathNodeType.All, null, null); 91builder.Axis(XPathAxis.Root, XPathNodeType.All, null, null), 93builder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 122builder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 138opnd = builder.Axis(XPathAxis.Self, XPathNodeType.All, null, null); 144opnd = builder.Axis(XPathAxis.Parent, XPathNodeType.All, null, null); 227case "node" : nodeType = XPathNodeType.All; break; 404builder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
124Debug.Assert(nodeType == XPathNodeType.All && prefix == null && name == null, " // is the only d-o-s axes that we can have in pattern");
System\Xml\Xsl\Xslt\XPathPatternParser.cs (5)
70opnd = ptrnBuilder.Axis(XPathAxis.Root, XPathNodeType.All, null, null); 79ptrnBuilder.Axis(XPathAxis.Root, XPathNodeType.All, null, null), 81ptrnBuilder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 97ptrnBuilder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null), 163ptrnBuilder.Axis(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
923if (xpathAxis == XPathAxis.Self && nodeType == XPathNodeType.All && prefix == null && name == null) {
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
141frame.InitNewNodeSet(frame.Node.SelectChildren(XPathNodeType.All));
System\Xml\Xsl\XsltOld\CopyNodesetAction.cs (1)
77processor.PushActionFrame(GetAction(), frame.Node.SelectChildren(XPathNodeType.All));
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
241XPathNodeIterator sel = startNode.SelectDescendants(XPathNodeType.All, /*matchSelf:*/ true); 261XPathNodeIterator sel = startNode.SelectDescendants(XPathNodeType.All, /*matchSelf:*/ true);
System\Xml\Xsl\XsltOld\Processor.cs (3)
778case XPathNodeType.All: 805case XPathNodeType.All: 833case XPathNodeType.All:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
161case XPathNodeType.All:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
81case XPathNodeType.All:
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
257XPathNodeIterator sel = root.SelectDescendants(XPathNodeType.All, /*matchSelf:*/ false);
System.Xml (14)
System\Xml\Cache\XPathDocumentNavigator.cs (2)
518if (type != XPathNodeType.Text && type != XPathNodeType.All) 584if (type == XPathNodeType.Text || type == XPathNodeType.All) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1201Debug.Assert( this.NodeType != XPathNodeType.Attribute && this.NodeType != XPathNodeType.Namespace && this.NodeType != XPathNodeType.All );
System\Xml\Schema\Asttree.cs (2)
473return ((ast.TypeOfAxis == Axis.AxisType.DescendantOrSelf) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis)); 477return ((ast.TypeOfAxis == Axis.AxisType.Self) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis));
System\Xml\XPath\Internal\Axis.cs (1)
53: this(axisType, input, string.Empty, string.Empty, XPathNodeType.All)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
81TypeTest == XPathNodeType.All ||
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
67workIterator = last.SelectDescendants(XPathNodeType.All, true);
System\Xml\XPath\Internal\QueryBuilder.cs (2)
70input.TypeOfAxis == Axis.AxisType.DescendantOrSelf && input.NodeType == XPathNodeType.All 164if ((root.NodeType == XPathNodeType.All || root.NodeType == XPathNodeType.Element || root.NodeType == XPathNodeType.Attribute) && root.Prefix.Length == 0) {
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
67type == XPathNodeType.All ||
System\Xml\XPath\Internal\XPathParser.cs (1)
360this.scanner.Name == "node" ? XPathNodeType.All :
System\Xml\XPath\XPathNavigator.cs (1)
1686if (type == XPathNodeType.All)
System\Xml\XPath\XPathNavigatorReader.cs (1)
1015get { return XPathNodeType.All; }