2 writes to _activeAsyncOperation
System.IO.Compression.Brotli (2)
System\IO\Compression\BrotliStream.cs (2)
218if (Interlocked.Exchange(ref _activeAsyncOperation, true)) 227_activeAsyncOperation = false;
3 references to _activeAsyncOperation
System.IO.Compression.Brotli (3)
System\IO\Compression\BrotliStream.cs (3)
157if (!_activeAsyncOperation) 210if (_activeAsyncOperation) 226Debug.Assert(_activeAsyncOperation);