2 references to IteratorFilter
System.Private.Xml (2)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
37_iterator = new IteratorFilter(input.SelectChildren(TypeTest), Name);
System\Xml\XPath\Internal\DescendantQuery.cs (1)
43_nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name);