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