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