6 writes to count
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableChannelBinder.cs (6)
1309this.count++; 1650this.count += 1; 1651this.count += (this.getChannelQueue == null) ? 0 : this.getChannelQueue.Count; 1652this.count += (this.waitQueue == null) ? 0 : this.waitQueue.Count; 1794this.count--; 2042this.count++;
9 references to count
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
1249if (this.count == 0) 1381if (this.count > 0) 1587if (this.count == 0) 1596if (!faultBinder && this.count == 0) 1723if (this.count <= 0) 1789if (this.count <= 0) 1795drained = (this.count == 0) && (this.drainEvent != null); 1811if (!faultBinder && (this.state == State.ChannelClosing) && (this.count == 0)) 2153if (this.count > 0)