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