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