4 writes to _size
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (4)
127_size = _fixedMinimalRecordSize; 137_size = 0; 182block._size = 0; 232_size = _fixedMinimalRecordSize;
6 references to _size
WindowsBase (6)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (6)
49return _size; 65if (_size > 0) 124(_fixedMinimalRecordSize != _size)) 135if (_size != 0) 267if ((_size != _fixedMinimalRecordSize) && (_size != 0))