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)
943
await _destination.WriteAsync(new ReadOnlyMemory<byte>(_arrayPoolBuffer, 0, bytesRead),
_cancellationToken
).ConfigureAwait(false);
953
await _deflateStream._stream.CopyToAsync(this, _arrayPoolBuffer.Length,
_cancellationToken
).ConfigureAwait(false);