15 writes to count
System (15)
compmod\system\collections\generic\sortedset.cs (15)
123
count
= 0;
161
count
= baseSortedSet.count;
174
count
= els.Count;
360
count
= 1;
420
++
count
;
558
--
count
;
569
count
= 0;
999
this.
count
= dummy.count;
1041
count
= c;
1168
count
= c;
1753
count
= 0;
1830
count
= 0;
1957
count
= 0;
1958
InOrderTreeWalk(delegate(Node n) {
count
++; return true; });
2048
count
= underlying.count;
11 references to count
System (11)
compmod\system\collections\generic\sortedset.cs (11)
161
count = baseSortedSet.
count
;
294
return
count
;
996
if (s != null && t == null && this.
count
== 0) {
999
this.count = dummy.
count
;
1203
if (
count
== 0)
1819
if (
count
== 0) {
1857
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
2048
count = underlying.
count
;
2052
if (
count
!= savedCount) {
2081
info.AddValue(CountName,
count
); //This is the length of the bucket array.
2121
if (
count
!= savedCount) {