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