7 references to _headerBuf
WindowsBase (7)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (7)
303destStreamLength += _headerBuf.Length; 391int bytesRead = PackagingUtilities.ReliableRead(source, _headerBuf, 0, _headerBuf.Length); 394if (bytesRead < _headerBuf.Length) 399uint token = BitConverter.ToUInt32(_headerBuf, _ulongSize * 0); 406uncompressedSize = (int)BitConverter.ToUInt32(_headerBuf, _ulongSize * 1); 407compressedSize = (int)BitConverter.ToUInt32(_headerBuf, _ulongSize * 2);