2 writes to s_count
System.Drawing.Common (2)
System\Drawing\Internal\SystemColorTracker.cs (2)
46
s_count
++;
84
s_count
= left;
7 references to s_count
System.Drawing.Common (7)
System\Drawing\Internal\SystemColorTracker.cs (7)
31
if (s_list.Length ==
s_count
)
45
int index =
s_count
;
94
Debug.Assert(
s_count
>= 0 &&
s_count
<= s_list.Length, "count not a legal index into list");
107
for (int i =
s_count
; i < s_list.Length; i++)
118
if (
s_count
/ (float)s_list.Length > EXPAND_THRESHOLD)
131
for (int i = 0; i <
s_count
; i++)