2 references to IteratorFilter
System.Xml (2)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
38iterator = new IteratorFilter(input.SelectChildren(TypeTest), Name);
System\Xml\XPath\Internal\DescendantQuery.cs (1)
39nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name);