3 references to GetFilesForCreation
System.Formats.Tar (3)
System\Formats\Tar\TarFile.cs (3)
348
foreach ((string fullpath, string entryname) in
GetFilesForCreation
(sourceDirectoryName, basePath.Length))
403
foreach ((string fullpath, string entryname) in
GetFilesForCreation
(sourceDirectoryName, basePath.Length))
435
foreach (var inner in
GetFilesForCreation
(fullpath, basePathLength))