2 writes to _activeAsyncOperation
System.IO.Compression.Brotli (2)
System\IO\Compression\BrotliStream.cs (2)
185if (Interlocked.Exchange(ref _activeAsyncOperation, true)) 194_activeAsyncOperation = false;
3 references to _activeAsyncOperation
System.IO.Compression.Brotli (3)
System\IO\Compression\BrotliStream.cs (3)
131if (!_activeAsyncOperation) 177if (_activeAsyncOperation) 193Debug.Assert(_activeAsyncOperation);