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