3 references to Namespace
System.Private.Xml (3)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
41
_iterator = input.SelectChildren(Name,
Namespace
!);
System\Xml\XPath\Internal\DescendantQuery.cs (1)
47
_nodeIterator = nav.SelectDescendants(Name,
Namespace
!, matchSelf);
System\Xml\XPath\Internal\FollowingQuery.cs (1)
69
_iterator = _input.SelectDescendants(Name,
Namespace
!, matchSelf);