3 writes to freeCount
mscorlib (3)
system\collections\generic\dictionary.cs (3)
222freeCount = 0; 351freeCount--; 489freeCount++;
2 references to freeCount
mscorlib (2)
system\collections\generic\dictionary.cs (2)
132get { return count - freeCount; } 348if (freeCount > 0) {