4 references to _ulongSize
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (4)
399
uint token = BitConverter.ToUInt32(_headerBuf,
_ulongSize
* 0);
406
uncompressedSize = (int)BitConverter.ToUInt32(_headerBuf,
_ulongSize
* 1);
407
compressedSize = (int)BitConverter.ToUInt32(_headerBuf,
_ulongSize
* 2);
490
private const int _blockHeaderSize =
_ulongSize
* 3; // length of block header