25 references to ReadAtLeast
System.Formats.Tar (1)
System.IO.Compression (12)
System\IO\Compression\ZipBlocks.cs (6)
485int bytesRead = stream.ReadAtLeast(blockContents, blockContents.Length, throwOnEndOfStream: false);
564int bytesRead = stream.ReadAtLeast(blockContents, blockContents.Length, throwOnEndOfStream: false);
708int bytesRead = stream.ReadAtLeast(blockBytes, blockBytes.Length, throwOnEndOfStream: false);
713bytesRead = stream.ReadAtLeast(blockBytes, blockBytes.Length, throwOnEndOfStream: false);
1031int realBytesRead = furtherReads.ReadAtLeast(collatedHeader[remainingBufferLength..], bytesToRead, throwOnEndOfStream: false);
1170int bytesRead = stream.ReadAtLeast(blockContents, blockContents.Length, throwOnEndOfStream: false);
System.Net.Http (1)
System.Net.Mail (1)
System.Net.Security (1)
System.Private.CoreLib (1)
System.Private.DataContractSerialization (3)
System.Private.Xml (2)
System.Reflection.Metadata (1)
System.Security.Cryptography (2)