4 writes to _size
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (4)
174
_size
= size;
185
_size
= 0;
225
block.
_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)
49
return
_size
;
65
if (
_size
> 0)
161
(
_size
!= size))
182
if (
_size
!= 0)
302
Debug.Assert(
_size
>= _fixedMinimalRecordSize);
414
if (
_size
< _fixedMinimalRecordSize)