5 references to DoCreateEntryFromFileAsync
System.IO.Compression.ZipFile (5)
System\IO\Compression\ZipFile.Create.Async.cs (1)
538await ZipFileExtensions.DoCreateEntryFromFileAsync(archive, fullPath, entryName, compressionLevel, password, encryptionMethod, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipFileExtensions.ZipArchive.Create.Async.cs (4)
47DoCreateEntryFromFileAsync(destination, sourceFileName, entryName, null, cancellationToken: cancellationToken); 76DoCreateEntryFromFileAsync(destination, sourceFileName, entryName, null, password, encryption, cancellationToken); 110DoCreateEntryFromFileAsync(destination, sourceFileName, entryName, compressionLevel, cancellationToken: cancellationToken); 140DoCreateEntryFromFileAsync(destination, sourceFileName, entryName, compressionLevel, password, encryption, cancellationToken);