3 instantiations of IteratorFilter
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
44_iterator = new IteratorFilter(input.SelectChildren(TypeTest), Name);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (1)
46_nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IteratorFilter.cs (1)
32public override XPathNodeIterator Clone() { return new IteratorFilter(this); }
1 reference to IteratorFilter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IteratorFilter.cs (1)
25private IteratorFilter(IteratorFilter it)