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