2 writes to _size
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldElement.cs (2)
127_size = size; 196_size = checked((UInt16) data.Length);
9 references to _size
WindowsBase (9)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldElement.cs (9)
117Array.Copy(tempBuffer, _data, _size); // _size contains the size of data in _data 121Debug.Assert(size >= _size); 123if ((PackagingUtilities.ReliableRead(reader, _data, _size, size - _size) + _size) != size) 132Debug.Assert(_size == _data.Length); 135writer.Write(_size); 145return _size; 164return checked((UInt16) (_size + _minimumSize)); // the real field size has 2 UInt16 fields for Id and size