3 instantiations of IteratorFilter
System.Private.Xml (3)
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);
System\Xml\XPath\Internal\IteratorFilter.cs (1)
28public override XPathNodeIterator Clone() { return new IteratorFilter(this); }
1 reference to IteratorFilter
System.Private.Xml (1)
System\Xml\XPath\Internal\IteratorFilter.cs (1)
21private IteratorFilter(IteratorFilter it)