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