5 references to DoCreateEntryFromFile
System.IO.Compression.ZipFile (5)
System\IO\Compression\ZipFile.Create.cs (1)
486
ZipFileExtensions.
DoCreateEntryFromFile
(archive, fullPath, entryName, compressionLevel, password, encryptionMethod);
System\IO\Compression\ZipFileExtensions.ZipArchive.Create.cs (4)
45
DoCreateEntryFromFile
(destination, sourceFileName, entryName, null);
78
DoCreateEntryFromFile
(destination, sourceFileName, entryName, compressionLevel);
92
DoCreateEntryFromFile
(destination, sourceFileName, entryName, null, password, encryption);
127
DoCreateEntryFromFile
(destination, sourceFileName, entryName, compressionLevel, password, encryption);