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