1 write to _cancellationToken
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
927_cancellationToken = cancellationToken;
2 references to _cancellationToken
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
943await _destination.WriteAsync(new ReadOnlyMemory<byte>(_arrayPoolBuffer, 0, bytesRead), _cancellationToken).ConfigureAwait(false); 953await _deflateStream._stream.CopyToAsync(this, _arrayPoolBuffer.Length, _cancellationToken).ConfigureAwait(false);