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