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