2 writes to currentCount
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
256
this.
currentCount
++;
267
this.
currentCount
--;
5 references to currentCount
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
183
if (this.closed || this.
currentCount
== 0)
216
if (this.
currentCount
> 0)
253
if (this.
currentCount
== this.maxCount)
269
if (this.
currentCount
< 0)
274
if (this.
currentCount
== 0)