8 writes to activityWaiterCount
System.ServiceModel (8)
System\ServiceModel\ServiceChannelManager.cs (8)
140
Interlocked.Increment(ref this.
activityWaiterCount
);
177
Interlocked.Increment(ref this.
activityWaiterCount
);
184
if (Interlocked.Decrement(ref this.
activityWaiterCount
) == 0)
216
Interlocked.Increment(ref this.
activityWaiterCount
);
226
if (Interlocked.Decrement(ref this.
activityWaiterCount
) == 0)
242
if (Interlocked.Decrement(ref this.
activityWaiterCount
) == 0)
297
Interlocked.Increment(ref this.
activityWaiterCount
);
304
if (Interlocked.Decrement(ref this.
activityWaiterCount
) == 0)