3 references to TarBlockSize
Microsoft.NET.Build.Containers (3)
Layer.cs (3)
272private readonly byte[] headerBlock = new byte[TarBlockSize]; 301int take = Math.Min(TarBlockSize - headerBytes, buffer.Length); 306if (headerBytes == TarBlockSize)