2 writes to count
mscorlib (2)
system\collections\generic\dictionary.cs (2)
221count = 0; 360count++;
30 references to count
mscorlib (30)
system\collections\generic\dictionary.cs (30)
132get { return count - freeCount; } 217if (count > 0) { 219Array.Clear(entries, 0, count); 233for (int i = 0; i < count; i++) { 239for (int i = 0; i < count; i++) { 259int count = this.count; 354if (count == entries.Length) 359index = count; 440Resize(HashHelpers.ExpandPrime(count), false); 448Array.Copy(entries, 0, newEntries, 0, count); 450for (int i = 0; i < count; i++) { 456for (int i = 0; i < count; i++) { 556for (int i = 0; i < count; i++) { 569int count = this.count; 723while ((uint)index < (uint)dictionary.count) { 732index = dictionary.count + 1; 746if( index == 0 || (index == dictionary.count + 1)) { 769if( index == 0 || (index == dictionary.count + 1)) { 779if( index == 0 || (index == dictionary.count + 1)) { 789if( index == 0 || (index == dictionary.count + 1)) { 829int count = dictionary.count; 900int count = dictionary.count; 944while ((uint)index < (uint)dictionary.count) { 953index = dictionary.count + 1; 966if( index == 0 || (index == dictionary.count + 1)) { 1016int count = dictionary.count; 1086int count = dictionary.count; 1130while ((uint)index < (uint)dictionary.count) { 1138index = dictionary.count + 1; 1151if( index == 0 || (index == dictionary.count + 1)) {