5 writes to _size
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOLocalFileDataDescriptor.cs (5)
41
descriptor.
_size
= _fixedMinimalRecordSizeWithSignatureZip64;
86
descriptor.
_size
= _fixedMinimalRecordSizeWithoutSignature;
101
descriptor.
_size
= _fixedMinimalRecordSizeWithSignature;
122
descriptor.
_size
= _fixedMinimalRecordSizeWithoutSignatureZip64;
137
descriptor.
_size
= _fixedMinimalRecordSizeWithSignatureZip64;
2 references to _size
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOLocalFileDataDescriptor.cs (2)
155
Invariant.Assert(
_size
== _fixedMinimalRecordSizeWithSignatureZip64);
168
return
_size
;