6 writes to busyWaiterCount
System.ServiceModel (6)
System\ServiceModel\Channels\LifetimeManager.cs (6)
132Interlocked.Increment(ref busyWaiterCount); 139if (Interlocked.Decrement(ref busyWaiterCount) == 0) 165Interlocked.Increment(ref this.busyWaiterCount); 174if (Interlocked.Decrement(ref this.busyWaiterCount) == 0) 230Interlocked.Increment(ref this.busyWaiterCount); 265if (Interlocked.Decrement(ref this.busyWaiterCount) == 0)