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