2 writes to pooledConnectionCount
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionDemuxer.cs (2)
150this.pooledConnectionCount++; 186this.pooledConnectionCount--;
2 references to pooledConnectionCount
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionDemuxer.cs (2)
144if (this.pooledConnectionCount >= this.maxPooledConnections) 187Fx.Assert(this.pooledConnectionCount >= 0, "Connection Throttle should never be negative");