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