3 writes to _activeRwOperation
System.IO.Compression (3)
System\IO\Compression\Zstandard\ZstandardStream.cs (3)
227if (!Interlocked.Exchange(ref _activeRwOperation, true)) 245if (Interlocked.Exchange(ref _activeRwOperation, true)) 260Interlocked.Exchange(ref _activeRwOperation, false);
1 reference to _activeRwOperation
System.IO.Compression (1)
System\IO\Compression\Zstandard\ZstandardStream.cs (1)
265if (_activeRwOperation)