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