3 writes to _activeRwOperation
System.IO.Compression.Zstandard (3)
System\IO\Compression\ZstandardStream.cs (3)
225if (!Interlocked.Exchange(ref _activeRwOperation, true)) 243if (Interlocked.Exchange(ref _activeRwOperation, true)) 258Interlocked.Exchange(ref _activeRwOperation, false);
1 reference to _activeRwOperation
System.IO.Compression.Zstandard (1)
System\IO\Compression\ZstandardStream.cs (1)
263if (_activeRwOperation)