13 writes to count
System.Collections (13)
System\Collections\Generic\SortedSet.cs (9)
97this.count = sortedSet.count; 125this.count = count; 309count = 1; 375++count; 493--count; 503count = 0; 860count = dummy.count; 911count = c; 1040count = c;
System\Collections\Generic\SortedSet.TreeSubSet.cs (4)
47count = 0; 108count = 0; 324count = 0; 325InOrderTreeWalk(n => { count++; return true; });
8 references to count
System.Collections (8)
System\Collections\Generic\SortedSet.cs (7)
97this.count = sortedSet.count; 98root = sortedSet.root.DeepClone(this.count); 271return count; 860count = dummy.count; 1072if (count == 0) 1537info.AddValue(CountName, count); // This is the length of the bucket array. 1582if (count != savedCount)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
196Stack<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