4 writes to _pendingOperationSemaphore
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (4)
75if (Interlocked.CompareExchange(ref _pendingOperationSemaphore, 1, 0) == 0) 97if (Interlocked.CompareExchange(ref _pendingOperationSemaphore, 1, 0) == 0) 209Interlocked.Exchange(ref binder._pendingOperationSemaphore, 0); 251Interlocked.Exchange(ref binder._pendingOperationSemaphore, 0);