2 writes to _activeAsyncOperation
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
1131if (Interlocked.Exchange(ref _activeAsyncOperation, true)) 1140_activeAsyncOperation = false;
4 references to _activeAsyncOperation
System.IO.Compression (4)
System\IO\Compression\DeflateZLib\DeflateStream.cs (4)
746if (!_activeAsyncOperation) 801if (!_activeAsyncOperation) 1123if (_activeAsyncOperation) 1139Debug.Assert(_activeAsyncOperation);