6 references to CreateEntryFromFile
crossgen2 (2)
parent\parent\Common\CommandLineHelpers.cs (2)
345
archive.
CreateEntryFromFile
(originalPath, reproPackagePath);
353
archive.
CreateEntryFromFile
(originalPdbPath, Path.ChangeExtension(reproPackagePath, "pdb"));
ilc (2)
parent\parent\Common\CommandLineHelpers.cs (2)
345
archive.
CreateEntryFromFile
(originalPath, reproPackagePath);
353
archive.
CreateEntryFromFile
(originalPdbPath, Path.ChangeExtension(reproPackagePath, "pdb"));
Infrastructure.Tests (1)
Shared\TestTrxBuilder.cs (1)
74
archive.
CreateEntryFromFile
(trxPath, trxEntryPath);
Microsoft.Arcade.Common (1)
ZipArchiveManager.cs (1)
41
zip.
CreateEntryFromFile
(filePath, entryName);