3 writes to busyCount
System.ServiceModel (3)
System\ServiceModel\Channels\LifetimeManager.cs (3)
160
if (--this.
busyCount
== 0)
196
this.
busyCount
++;
203
this.
busyCount
++;
4 references to busyCount
System.ServiceModel (4)
System\ServiceModel\Channels\LifetimeManager.cs (4)
37
get { return this.
busyCount
; }
119
if (this.
busyCount
> 0)
156
if (this.
busyCount
<= 0)
218
if (this.
busyCount
> 0)