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