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