2 writes to maxPoolSize
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ServiceInfo.cs (2)
148
maxPoolSize
= (int)classObject.GetValue("MaxPoolSize");
151
maxPoolSize
= 0;
1 reference to maxPoolSize
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
302
get { return this.
maxPoolSize
; }