Base:
1 override of WriteAsync
Microsoft.CodeAnalysis (1)
EmbeddedText.cs (1)
376
public override Task
WriteAsync
(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
3 references to WriteAsync
System.IO.Compression (3)
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
801
TaskToAsyncResult.Begin(
WriteAsync
(buffer, offset, count, CancellationToken.None), asyncCallback, asyncState);
System\IO\Compression\GZipStream.cs (1)
224
return _deflateStream.
WriteAsync
(buffer, offset, count, cancellationToken);
System\IO\Compression\ZLibStream.cs (1)
215
return _deflateStream.
WriteAsync
(buffer, offset, count, cancellationToken);