4 writes to openCount
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNodeStateManager.cs (4)
57
--
openCount
;
80
--
openCount
;
103
openCount
++;
373
stateManager.
openCount
--;
7 references to openCount
System.ServiceModel (7)
System\ServiceModel\Channels\PeerNodeStateManager.cs (7)
51
if (
openCount
<= 1 && currentState != State.NotOpened)
55
if (
openCount
> 0)
78
if (
openCount
> 0)
82
if (
openCount
> 0)
104
if (
openCount
> 1 && currentState == State.Opened)
236
if (stateManager.
openCount
> 0)
316
if (stateManager.
openCount
< 1)