3 writes to _fileComment
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (3)
87_fileComment = cd.FileComment; 141_fileComment = Array.Empty<byte>(); 206_fileComment = ZipHelper.GetEncodedTruncatedBytesFromString(value, _archive.EntryNameAndCommentEncoding, ushort.MaxValue, out bool isUTF8);
5 references to _fileComment
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.cs (5)
203get => DecodeEntryString(_fileComment); 552Debug.Assert(_fileComment.Length <= ushort.MaxValue); 554writer.Write((ushort)_fileComment.Length); 568if (_fileComment.Length > 0) 569writer.Write(_fileComment);