3 references to _scanBlockSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (3)
307byte [] buffer = new byte[_scanBlockSize + _fixedMinimalRecordSize]; 310for(long endPos = streamLength; endPos > 0; endPos -= _scanBlockSize) 314long beginPos = Math.Max(0, endPos -_scanBlockSize);