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