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