4 references to MaxPoolSize
System (4)
net\System\Net\connectionpool.cs (4)
548
if (Count >=
MaxPoolSize
&& 0 !=
MaxPoolSize
) {
794
if (Count <
MaxPoolSize
|| 0 ==
MaxPoolSize
) {