3 writes to _fileComment
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (3)
88_fileComment = cd.FileComment; 144_fileComment = Array.Empty<byte>(); 212_fileComment = ZipHelper.GetEncodedTruncatedBytesFromString(value, _archive.EntryNameAndCommentEncoding, ushort.MaxValue, out bool isUTF8);
6 references to _fileComment
System.IO.Compression (6)
System\IO\Compression\ZipArchiveEntry.cs (6)
209get => DecodeEntryString(_fileComment); 491Debug.Assert(_fileComment.Length <= ushort.MaxValue); 560+ _fileComment.Length; 598BinaryPrimitives.WriteUInt16LittleEndian(cdStaticHeader[ZipCentralDirectoryFileHeader.FieldLocations.FileCommentLength..], (ushort)_fileComment.Length); 613if (_fileComment.Length > 0) 614_archive.ArchiveStream.Write(_fileComment);