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