3 writes to _asyncOperations
System.IO.Compression (3)
System\IO\Compression\DeflateManaged\DeflateManagedStream.cs (3)
167Interlocked.Increment(ref _asyncOperations); 198Interlocked.Decrement(ref _asyncOperations); 244Interlocked.Decrement(ref _asyncOperations);
2 references to _asyncOperations
System.IO.Compression (2)
System\IO\Compression\DeflateManaged\DeflateManagedStream.cs (2)
251if (_asyncOperations != 0) 263if (_asyncOperations != 0)