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