Base:
method
BreadthFirstTreeWalk
System.Collections.Generic.SortedSet<T>.BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate<T>)
1 reference to BreadthFirstTreeWalk
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
100BreadthFirstTreeWalk(n => { toRemove.Add(n.Item); return true; });