6 writes to _busyWaiterCount
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (6)
112Interlocked.Increment(ref _busyWaiterCount); 119if (Interlocked.Decrement(ref _busyWaiterCount) == 0) 145Interlocked.Increment(ref _busyWaiterCount); 154if (Interlocked.Decrement(ref _busyWaiterCount) == 0) 210Interlocked.Increment(ref _busyWaiterCount); 245if (Interlocked.Decrement(ref _busyWaiterCount) == 0)