7 references to Child
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
547return ((ast.TypeOfAxis == Axis.AxisType.Child) && (ast.NodeType == XPathNodeType.Element));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
77root.TypeOfAxis == Axis.AxisType.Child && 125case Axis.AxisType.Child:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (4)
377Axis.AxisType axisType = Axis.AxisType.Child; 724Axis.AxisType axisType = Axis.AxisType.Child; 733if (axisType != Axis.AxisType.Child && axisType != Axis.AxisType.Attribute) 865table.Add("child", Axis.AxisType.Child);