5 references to Count
System (5)
net\System\Net\connectionpool.cs (5)
291while (Count > 0) { 339while(Count > MinPoolSize) { // While above MinPoolSize... 548if (Count >= MaxPoolSize && 0 != MaxPoolSize) { 794if (Count < MaxPoolSize || 0 == MaxPoolSize) { 799if ((Count & 0x1) == 0x1 || !ReclaimEmancipatedObjects())