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);