2 references to CreateFromDirectoryInternalAsync
System.Formats.Tar (2)
System\Formats\Tar\TarFile.cs (2)
144return CreateFromDirectoryInternalAsync(sourceDirectoryName, destination, includeBaseDirectory, leaveOpen: true, options, cancellationToken); 567await CreateFromDirectoryInternalAsync(sourceDirectoryName, archive, includeBaseDirectory, leaveOpen: false, options, cancellationToken).ConfigureAwait(false);