1 write to _zipFileCommentLength
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (1)
387_zipFileCommentLength = reader.ReadUInt16();
6 references to _zipFileCommentLength
WindowsBase (6)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (6)
55return _fixedMinimalRecordSize + _zipFileCommentLength; 99writer.Write(_zipFileCommentLength); 100if (_zipFileCommentLength > 0) 102writer.Write(_zipFileComment, 0, _zipFileCommentLength); 388_zipFileComment = reader.ReadBytes(_zipFileCommentLength); 414if (_zipFileCommentLength != _zipFileComment.Length)