1 override of TotalCount
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
333
internal 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));