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