7 references to ChildNodes
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryModel.cs (5)
358new QueryAxis(QueryAxisType.Child, AxisDirection.Forward, QueryNodeType.Element, QueryNodeType.ChildNodes), 359new QueryAxis(QueryAxisType.Descendant, AxisDirection.Forward, QueryNodeType.Element, QueryNodeType.ChildNodes), 361new QueryAxis(QueryAxisType.Following, AxisDirection.Forward, QueryNodeType.Element, QueryNodeType.ChildNodes), 362new QueryAxis(QueryAxisType.FollowingSibling, AxisDirection.Forward, QueryNodeType.Element, QueryNodeType.ChildNodes), 365new QueryAxis(QueryAxisType.Preceding, AxisDirection.Reverse, QueryNodeType.Element, QueryNodeType.ChildNodes),
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
256case QueryNodeType.ChildNodes: 354case QueryNodeType.ChildNodes: