14 references to All
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (2)
575
if (type != XPathNodeType.Text && type != XPathNodeType.
All
)
645
if (type == XPathNodeType.Text || type == XPathNodeType.
All
)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1471
Debug.Assert(this.NodeType != XPathNodeType.Attribute && this.NodeType != XPathNodeType.Namespace && this.NodeType != XPathNodeType.
All
);
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (2)
557
return ((ast.TypeOfAxis == Axis.AxisType.DescendantOrSelf) && (ast.NodeType == XPathNodeType.
All
) && (ast.AbbrAxis));
562
return ((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)
86
TypeTest == 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)
78
input.TypeOfAxis == Axis.AxisType.DescendantOrSelf && input.NodeType == XPathNodeType.
All
193
if ((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)
75
type == 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)
2013
if (type == XPathNodeType.
All
)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1172
get { return XPathNodeType.
All
; }