3 references to Namespace
System.Xml (3)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
40
iterator = input.SelectChildren(Name,
Namespace
);
System\Xml\XPath\Internal\DescendantQuery.cs (1)
41
nodeIterator = nav.SelectDescendants(Name,
Namespace
, matchSelf);
System\Xml\XPath\Internal\FollowingQuery.cs (1)
60
iterator = input.SelectDescendants(Name,
Namespace
, matchSelf);