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