1 write to count
System.Data.Linq (1)
IdentityManager.cs (1)
330
count
++;
5 references to count
System.Data.Linq (5)
IdentityManager.cs (5)
328
if (
count
== slots.Length) Resize();
329
index =
count
;
343
int newSize = checked(
count
* 2 + 1);
346
Array.Copy(slots, 0, newSlots, 0,
count
);
347
for (int i = 0; i <
count
; i++) {