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