1 override of TotalCount
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
333internal override int TotalCount()
1 reference to TotalCount
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1854_stack = new Stack<Node>(2 * (int)Log2(set.TotalCount() + 1));