4 writes to count
System.Collections.Specialized (4)
System\Collections\Specialized\ListDictionary.cs (4)
97
count
++;
179
count
++;
184
count
= 0;
259
count
--;
2 references to count
System.Collections.Specialized (2)
System\Collections\Specialized\ListDictionary.cs (2)
105
return
count
;
210
if (array.Length - index <
count
)