4 writes to pendingOperationSemaphore
System.ServiceModel (4)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (4)
74
if (Interlocked.CompareExchange(ref this.
pendingOperationSemaphore
, 1, 0) == 0)
96
if (Interlocked.CompareExchange(ref this.
pendingOperationSemaphore
, 1, 0) == 0)
208
Interlocked.Exchange(ref binder.
pendingOperationSemaphore
, 0);
250
Interlocked.Exchange(ref binder.
pendingOperationSemaphore
, 0);