2 references to CreateEntry
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
1339
/// Called by <see cref="ZipArchive.
CreateEntry
(string, ReadOnlySpan{char}, ZipEncryptionMethod)"/>.
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFileExtensions.ZipArchive.Create.cs (1)
171
: destination.
CreateEntry
(entryName, password, encryption);