3 writes to count
System.Data.Services.Client (3)
System\Data\Services\Client\ArraySet.cs (3)
37
this.
count
= 0;
69
int index = this.
count
++;
170
int lastIndex = --this.
count
;
7 references to count
System.Data.Services.Client (7)
System\Data\Services\Client\ArraySet.cs (7)
44
get { return this.
count
; }
53
Debug.Assert(index < this.
count
);
99
for (int i = 0; i < this.
count
; ++i)
134
int length = this.
count
;
168
Debug.Assert(unchecked((uint)index < (uint)this.
count
), "index out of range");
200
Array.Sort<T>(this.items, 0, this.
count
, scomp);
207
Array.Resize(ref this.items, this.
count
);