2 writes to _activeAsyncOperation
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
1107
if (Interlocked.Exchange(ref
_activeAsyncOperation
, true))
1116
_activeAsyncOperation
= false;
4 references to _activeAsyncOperation
System.IO.Compression (4)
System\IO\Compression\DeflateZLib\DeflateStream.cs (4)
736
if (!
_activeAsyncOperation
)
789
if (!
_activeAsyncOperation
)
1099
if (
_activeAsyncOperation
)
1115
Debug.Assert(
_activeAsyncOperation
);