2 writes to _activeAsyncOperation
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
1114
if (Interlocked.Exchange(ref
_activeAsyncOperation
, true))
1123
_activeAsyncOperation
= false;
4 references to _activeAsyncOperation
System.IO.Compression (4)
System\IO\Compression\DeflateZLib\DeflateStream.cs (4)
743
if (!
_activeAsyncOperation
)
796
if (!
_activeAsyncOperation
)
1106
if (
_activeAsyncOperation
)
1122
Debug.Assert(
_activeAsyncOperation
);