4 writes to _size
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (4)
174_size = size; 185_size = 0; 225block._size = 0; // brand new created records are optional by definition untill UpdateReferences is called, so size must be 0 295_size = checked((long)( // value that was either parsed from a file or initialized to the _fixedMinimalValueOfSizeOfZip64EOCD
6 references to _size
WindowsBase (6)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (6)
49return _size; 65if (_size > 0) 161(_size != size)) 182if (_size != 0) 302Debug.Assert(_size >= _fixedMinimalRecordSize); 414if (_size < _fixedMinimalRecordSize)