5 references to CreateEntryFromFile
crossgen2 (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
343
archive.
CreateEntryFromFile
(originalPath, reproPackagePath);
351
archive.
CreateEntryFromFile
(originalPdbPath, Path.ChangeExtension(reproPackagePath, "pdb"));
ilc (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
343
archive.
CreateEntryFromFile
(originalPath, reproPackagePath);
351
archive.
CreateEntryFromFile
(originalPdbPath, Path.ChangeExtension(reproPackagePath, "pdb"));
Microsoft.Arcade.Common (1)
ZipArchiveManager.cs (1)
41
zip.
CreateEntryFromFile
(filePath, entryName);