2 writes to isPumpAcquired
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1449
Interlocked.Exchange(ref this.
isPumpAcquired
, 0);
2005
return Interlocked.CompareExchange(ref this.
isPumpAcquired
, 1, 0) == 0;