13 writes to count
System.Collections (13)
System\Collections\Generic\SortedSet.cs (9)
97
this.
count
= sortedSet.count;
125
this.
count
= count;
309
count
= 1;
375
++
count
;
493
--
count
;
503
count
= 0;
860
count
= dummy.count;
911
count
= c;
1040
count
= c;
System\Collections\Generic\SortedSet.TreeSubSet.cs (4)
47
count
= 0;
108
count
= 0;
324
count
= 0;
325
InOrderTreeWalk(n => {
count
++; return true; });
8 references to count
System.Collections (8)
System\Collections\Generic\SortedSet.cs (7)
97
this.count = sortedSet.
count
;
98
root = sortedSet.root.DeepClone(this.
count
);
271
return
count
;
860
count = dummy.
count
;
1072
if (
count
== 0)
1537
info.AddValue(CountName,
count
); // This is the length of the bucket array.
1582
if (
count
!= savedCount)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
196
Stack<Node> stack = new Stack<Node>(2 * (int)SortedSet<T>.Log2(
count
+ 1)); // this is not exactly right if count is out of date, but the stack can grow