12 references to ReadExactlyAsync
Aspire.Hosting (1)
IInteractionService.cs (1)
593
await stream.
ReadExactlyAsync
(bytes, cancellationToken).ConfigureAwait(false);
System.Formats.Tar (1)
src\runtime\src\libraries\Common\src\System\ReadWriteAdapter.cs (1)
41
stream.
ReadExactlyAsync
(buffer, cancellationToken);
System.IO.Compression (8)
System\IO\Compression\WinZipAesStream.cs (3)
119
await baseStream.
ReadExactlyAsync
(fileSalt, cancellationToken).ConfigureAwait(false);
130
await baseStream.
ReadExactlyAsync
(verifier, cancellationToken).ConfigureAwait(false);
248
await _baseStream.
ReadExactlyAsync
(storedAuth, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
203
await _archive.ArchiveStream.
ReadExactlyAsync
(_aesSalt, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipBlocks.Async.cs (3)
140
await stream.
ReadExactlyAsync
(fixedHeaderBuffer, cancellationToken).ConfigureAwait(false);
150
await stream.
ReadExactlyAsync
(extraFieldBuffer, cancellationToken).ConfigureAwait(false);
274
await stream.
ReadExactlyAsync
(eocdBlock._archiveComment, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipCryptoStream.cs (1)
216
await baseStream.
ReadExactlyAsync
(hdr, cancellationToken).ConfigureAwait(false);
System.Net.Mail (1)
src\runtime\src\libraries\Common\src\System\ReadWriteAdapter.cs (1)
41
stream.
ReadExactlyAsync
(buffer, cancellationToken);
System.Net.Security (1)
src\runtime\src\libraries\Common\src\System\ReadWriteAdapter.cs (1)
41
stream.
ReadExactlyAsync
(buffer, cancellationToken);