3 writes to openCount
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (3)
32this.openCount = 1; 68openCount--; 161openCount++;
3 references to openCount
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (3)
63if (openCount <= 0) 70if (openCount == 0) 154if (openCount <= 0)