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