4 writes to count
System (4)
compmod\system\collections\specialized\listdictionary.cs (4)
99
count
++;
196
count
++;
203
count
= 0;
278
count
--;
2 references to count
System (2)
compmod\system\collections\specialized\listdictionary.cs (2)
108
return
count
;
233
if (array.Length - index <
count
)