6 writes to _busyWaiterCount
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\LifetimeManager.cs (6)
113Interlocked.Increment(ref _busyWaiterCount); 120if (Interlocked.Decrement(ref _busyWaiterCount) == 0) 153Interlocked.Increment(ref _busyWaiterCount); 160if (Interlocked.Decrement(ref _busyWaiterCount) == 0) 186Interlocked.Increment(ref _busyWaiterCount); 195if (Interlocked.Decrement(ref _busyWaiterCount) == 0)