3 writes to _openCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (3)
32
_openCount
= 1;
66
_openCount
--;
159
_openCount
++;
3 references to _openCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (3)
61
if (
_openCount
<= 0)
68
if (
_openCount
== 0)
152
if (
_openCount
<= 0)