4 references to TreeWalkPredicate
System.Collections (4)
System\Collections\Generic\SortedSet.cs (2)
182internal virtual bool InOrderTreeWalk(TreeWalkPredicate<T> action) 230internal virtual bool BreadthFirstTreeWalk(TreeWalkPredicate<T> action)
System\Collections\Generic\SortedSet.TreeSubSet.cs (2)
185internal override bool InOrderTreeWalk(TreeWalkPredicate<T> action) 244internal override bool BreadthFirstTreeWalk(TreeWalkPredicate<T> action)