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