3 references to GetCount
System.Collections (3)
System\Collections\Generic\SortedSet.cs (3)
1631
Debug.Assert(count ==
GetCount
());
1818
private int GetCount() => 1 + (Left?.
GetCount
() ?? 0) + (Right?.
GetCount
() ?? 0);