2 references to IteratorFilter
dotnet-svcutil-lib (2)
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);