4 references to MaxAdvanceBufferLength
System.Formats.Tar (4)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (4)
113byte[] buffer = ArrayPool<byte>.Shared.Rent((int)Math.Min(MaxAdvanceBufferLength, bytesToDiscard)); 118int currentLengthToRead = (int)Math.Min(MaxAdvanceBufferLength, bytesToDiscard); 140byte[] buffer = ArrayPool<byte>.Shared.Rent((int)Math.Min(MaxAdvanceBufferLength, bytesToDiscard)); 145int currentLengthToRead = (int)Math.Min(MaxAdvanceBufferLength, bytesToDiscard);